Click to See Complete Forum and Search --> : using JNI in applets


mce16
September 24th, 2000, 11:08 PM
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..

klug
December 4th, 2000, 02:27 PM
Hello mce16.

I've faced this problem too.
Did you find anything in this area?

Thank you for any information.

mce16
December 6th, 2000, 02:14 AM
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.