We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi!
If I want to make a library and send it in so that it appears in the list of libraries through the IDE, but the library implementation differs depending on whether the OS is win 32, 64, or OSX, how is that handled?
At the moment I don't see that it is handled at all but I may be wrong...
Thanks! Ilias
Answers
Usually, all the binary files are shipped with the library, and Java picks up the right one, depending on the platform.