Patrick Flaherty wrote:
>I know you can call native code via JNI in an applet. If the native code
>has to be downloaded, can that be done via an applet ? I see it can be
>done via an application (JNLP).
Applets can't download native code, unless they do a clever work-around.
At the very least, the applet would have to be signed, and it would also
have to contain all the (non-native) code to implement the work-around. If
you're going to all that trouble, you should seriously consider alternative
deployment modes.
>Anyone with any experience ?
Only negative. It wasn't worth my time to attempt any work-around, so the
last time this came up for a client, a few years ago, they just went with a
different deployment model.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden