Error loading DLL after using VE [message #613339] |
Wed, 14 June 2006 11:33 |
Eclipse User |
|
|
|
Recently I found one of my program could not start. It generates the
following message:
java.lang.UnsatisfiedLinkError: no xxxx.dll in java.library.path
I add some lines to see what's wrong with the path. The result is:
java.library.path =
F:\workspace\.metadata\.plugins\org.eclipse.ve.java.core\.ca che\.libCache\741083792
It seems that for some reason that VE has changed this path. OK, I can
put the original DLL under this path to solve the problem, but I don't
like this way -- It looks like a random generated path number, but my
DLL is refered by many projects. I could not find any configuration to
change this. If I add -Djava.library.path switch to run parameters, then
the program cann't start,either (perhaps because SWT dll is located in
this path).
Any way to get rid of this strange behavior?
|
|
|
Powered by
FUDForum. Page generated in 0.06024 seconds