dll problem - Exception in thread "main" java.lang.UnsatisfiedLinkError
843829Mar 31 2008 — edited Apr 1 2008Hi,
Actually I make the dll and it's loading and gives the desire output when I run the program from the command prompt.
when I run the prog from the command prompt then my dll and prog are in the same location. but i have tested this in the other location also, using set path command.
But when I run the program from eclipse its shows the following error message. I have tried a lot of way but its shows the exception below.
Exception in thread "main" java.lang.UnsatisfiedLinkError: serachReg
at com.tripos.nexus.gadget.mdl.CheckReg.serachReg(Native Method)
at com.tripos.nexus.gadget.mdl.CheckReg.main(CheckReg.java:15)
Can there is another way to get this done.
Thanks