Java Security FAQ: Load Library


Here's an applet that tries to load a library dynamically:

Here's the source.

Conclusion:

An applet can't load libraries dynamically, unless it can get a method in a class installed on your CLASSPATH to load the library on its behalf.


Back to the Java Security FAQ