Click to See Complete Forum and Search --> : loading a library in an applet


Sami Hitti
May 3rd, 2000, 01:27 PM
I wrote a DLL in Visual C++ 6.0, I called it from a Java application using JNI. The problem is, when the application is written as an applet, an exception is generated showing that it can't load the DLL. when the application is written with main() function (classic programming), the library is loaded correctly without any problem. Could u please help me to resolve this problem. It's urgent and i need an Applet that calls the DLL.
Thank u!!!

sssshhhh