facebook

Server classpath additions [Closed]

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #210360 Reply

    fit
    Member

    Hello,
    – 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

    #210368 Reply

    Scott Anderson
    Participant

    I 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.

    #211188 Reply

    khuwig
    Member

    The same happens on Linux. As it seems, the first two characters are removed.

    #211200 Reply

    khuwig
    Member

    A 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 . h

    now 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

    #213200 Reply

    Scott Anderson
    Participant

    The issues discussed in this thread were addressed in MyEclipse 3.8.0

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Server classpath additions [Closed]

You must be logged in to post in the forum log in