Import->Add menu in IDE: how to deal with different implementations for different platforms?

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

  • Answer ✓

    Usually, all the binary files are shipped with the library, and Java picks up the right one, depending on the platform.

Sign In or Register to comment.