Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dll problem - Exception in thread "main" java.lang.UnsatisfiedLinkError

843829Mar 31 2008 — edited Apr 1 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2008
Added on Mar 31 2008
4 comments
120 views