Hi,
i m using version 3.8b2 and when i add a jar in the classpath of my application server (weblogic8) the following line is added:
myjar.jar – /path/to/myjar.jar
the problem is that the path should be D:/path/to/myjar.jar, so i get a NoClassDefFoundError in my app.
i have found a workaround by exporting the preferences, edit the preferences file by hand and import the preferences file.
the problem wasn’t present with the previous versions.
for you to test:
add a jar in the classpath
close the preferences window
reopen the preferences window and you’ll see the bad path (/…)
could some one check?
thanks.