- This topic has 4 replies, 3 voices, and was last updated 20 years, 4 months ago by Scott Anderson.
-
AuthorPosts
-
fitMemberHello,
– System Setup ——————————-
Operating System and version: Windows 2000
Eclipse version: 3.0.0
Eclipse build id: 200406251208
Fresh Eclipse install (y/n):
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.7.2 build id 200407091200- Beta2
Eclipse JDK version: jdk2_V142_01
Application Server JDK version: jdk2_V142_01
Are there any exceptions in the Eclipse log file? no– Message Body ——————————-
Hello,
after installation of 3.7.2 build id 200407091200- Beta2 when i set the paths of TomCat 5.0 the
program change the “reference” to class folder.
For examples: i select to add a W:\classes to TomCat classpath. If a click on OK , close the “paths window” and than reopen if , i see that W:\classes is changed in “classes – /classes” .
On “com.genuitec.eclipse.easie.tomcat5.prefs” i see “OPT_CLASSPATH1=\\classes; “ that is incorrect for find W:\classes.Bye
Scott AndersonParticipantI verified the problem you’re reporting. It appears to be an issue with a change in the way that Eclipse handles preferences. I’m not sure if this is a bug in Eclipse or a desired change, from their perspective anyway. In any case, I’ve entered a high-priority incident report on it so that we can resolve it in the 3.8 GA release. Thanks for taking the time to report it.
khuwigMemberThe same happens on Linux. As it seems, the first two characters are removed.
khuwigMemberA possible work-around on Unix is to create a symbolic link in the root directory that points to the root directory itself:
cd /
ln -s . hnow when selecting the Jar files, select this “directory” first and then the rest, e.g.
/h/home/kurt/lib/mm.mysql.jar
which will result in
/home/kurt/lib/mm.mysql.jar
Scott AndersonParticipantThe issues discussed in this thread were addressed in MyEclipse 3.8.0
-
AuthorPosts