Can anyone point me at a good advanced resource/book for multi-platform java applet development with native libraries (1.4-1.6 versions)?
I’m fairly familiar with applet development using “pure” java, but now it’s time when I have to deliver a product in a form of a java applet and it will have some native libraries written in C++… I’m interested in pitfalls and common practices of how I should organize my C++ code to make sure it will be picked up correctly on Windows, MacOS and Linux
Thanks a bunch!

