M
MileHighCelt
I have several *.dll and a couple of classes that I need to use in my
java application. I have created a jar that contains the dll's, and
have imported the classes as their own library. When I run my tests,
I get the error :
Can't find library something.so/something.dll
java.lang.UnsatisfiedLinkError: no something in java.library.path
I have printed out the library path and it doesn't reference the jars:
java.library.path = C:\Program
Files\Java\j2re1.4.2\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\Program
Files\cvsnt;
I thought just importing both the jar and classes would mean they were
included? How do I get the dll's to be picked up at runtime?
Oh yea, I am using Eclipse 3.1 and JDK 1.4.2
Thank you, I really appreciate any help you can offer.
java application. I have created a jar that contains the dll's, and
have imported the classes as their own library. When I run my tests,
I get the error :
Can't find library something.so/something.dll
java.lang.UnsatisfiedLinkError: no something in java.library.path
I have printed out the library path and it doesn't reference the jars:
java.library.path = C:\Program
Files\Java\j2re1.4.2\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\Program
Files\cvsnt;
I thought just importing both the jar and classes would mean they were
included? How do I get the dll's to be picked up at runtime?
Oh yea, I am using Eclipse 3.1 and JDK 1.4.2
Thank you, I really appreciate any help you can offer.