iterate-ch / rococoa

Rococoa allows you to call Objective-C code through Java classes and interfaces that you define.
GNU Lesser General Public License v3.0
74 stars 18 forks source link

JNA: could not detach thread #21

Open ccidral opened 3 years ago

ccidral commented 3 years ago

First of all thank you so much for your amazing work on Rococoa, it's a life saver!

I'm writing a new app using rococoa, everything looks fine except that I get lots of this message on the console output:

JNA: could not detach thread

I'm trying to figure out if this is just a warning or something I should worry about. There isn't much to be found about this message in Google. Some folks say it can be ignored. Another thing I'm trying to understand is whether I'm doing something wrong that triggers that message or if it's something that can only be remedied in Rococoa. Do you have any thoughts?