Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Error loading DLL after using VE
Error loading DLL after using VE [message #613339] Wed, 14 June 2006 11:33
Eclipse UserFriend
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?
Previous Topic:Invalid parsing in VE 1.2RC2
Next Topic:Invalid parsing in VE 1.2RC2
Goto Forum:
  


Current Time: Thu Jun 19 06:34:14 EDT 2025

Powered by FUDForum. Page generated in 0.06024 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top