U
Uli Kunkel
I have a doSomething() method which is invoked by an applet button.
doSomething() calls a JNI dll native method.
Everything works ok until I got the need to call the doSomething() from
within a java script.
If I invoke doSomething() form javascript the code stops executing
somewhere in the JNI dll.
It just blocks and stops responding at a specific line in the dll.
The applet is signed and the blocking line is handling a camera device
via C++ SDK.
I would appreciate any suggestions.
doSomething() calls a JNI dll native method.
Everything works ok until I got the need to call the doSomething() from
within a java script.
If I invoke doSomething() form javascript the code stops executing
somewhere in the JNI dll.
It just blocks and stops responding at a specific line in the dll.
The applet is signed and the blocking line is handling a camera device
via C++ SDK.
I would appreciate any suggestions.