-
using JNI in applets
hello,
I am wondering if i can from java applets C functions that are exported to java using JNI. Are there any special steps need to take care of, or i just call the C functions exported just like calling from a normal java application? For example java LoadLibrary, can i use it in java applet too? Please help..
-
Re: using JNI in applets
Hello mce16.
I've faced this problem too.
Did you find anything in this area?
Thank you for any information.
-
Re: using JNI in applets
yes, but you need to implement authenticode for doing so, you can refer to microsoft authenticode too as to how to include it in your applet.