Changeset 10320


Ignore:
Timestamp:
2005-07-27T10:49:17+12:00 (19 years ago)
Author:
kjdon
Message:

fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r10316 r10320  
    223223# Set standard CLASSPATH
    224224if [ "$1" = "debug" -o "$1" = "javac" ] ; then
    225   CLASSPATH="$JAVA_HOME"/lib/tools.jar:"CLASSPATH"
     225  CLASSPATH="$JAVA_HOME"/lib/tools.jar:"$CLASSPATH"
    226226fi
    227227
     
    232232This has the advantage that you can use this for other webapps without modifying the Tomcat environment.
    233233
    234 
    235234Once all these changes have been made, you will need to restart the Tomcat server for them to take effect.
    236235
Note: See TracChangeset for help on using the changeset viewer.