Update of /cvsroot/gpsmap/gpstool
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1621
Modified Files:
antenv_jdk1.4.sh
Log Message:
added comment
Index: antenv_jdk1.4.sh
===================================================================
RCS file: /cvsroot/gpsmap/gpstool/antenv_jdk1.4.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** antenv_jdk1.4.sh 25 Apr 2007 09:03:22 -0000 1.1
--- antenv_jdk1.4.sh 19 Mar 2008 21:23:05 -0000 1.2
***************
*** 1,3 ****
--- 1,4 ----
#!/bin/sh
+ # source this file!
export JAVA_HOME=/opt/j2sdk1.4.2_13
export PATH=$JAVA_HOME/bin:$PATH
|