i'm not sure whether my quest is part of JNI, but anyway i'm facing a unsatisfiedlinkerror doprivileged error.
i'm need to integrate a vb application and a
java class to connect to a CORBA server. Right now, the vb application is able to call the java class and execute the codes inside, but when the codes reach orb.init() statement, it gives me unsatisfiedlinkerror doprivileged error. The exception is caught at the VB end, so i couldnt print a stacktrace of which part of the initialising part is wrong.
i have tested with JBuilder by just running the java class and the codes works. is there any ways to resolve this problem?