N
nair
Hello techies,
I've developed an applet which is signed and also loads 3rd party
dll's runtime. I'm using JNI to link my DLL's with
JScript.
To my surprise the platform independent JVM fails to load my DLL in
most of the browsers except Safari. In safari the behavior is as
expected. Indeed one of the dll is getting loaded but a second Java
method invokes a call which resides in an indirect DLL. It is there
where the jar fails.
This problem is bugging me since I've started using JApplet. I'd
appreciate if anyone can guide me on the internals of using JApplet
on
different browsers.
Thanks & Regards,
Anoop SL
I've developed an applet which is signed and also loads 3rd party
dll's runtime. I'm using JNI to link my DLL's with
JScript.
To my surprise the platform independent JVM fails to load my DLL in
most of the browsers except Safari. In safari the behavior is as
expected. Indeed one of the dll is getting loaded but a second Java
method invokes a call which resides in an indirect DLL. It is there
where the jar fails.
This problem is bugging me since I've started using JApplet. I'd
appreciate if anyone can guide me on the internals of using JApplet
on
different browsers.
Thanks & Regards,
Anoop SL