in reply to CLASSPATH in perl on windows using cygwin
This further confuses me, since why not just do$ENV{CLASSPATH}=`cat file_with_classpath`;
since the java will be called as:java -classpath $CLASSPATH myprogram abc`;$CLASSPATH=`cat file_with_classpath`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CLASSPATH in perl on windows using cygwin
by hardburn (Abbot) on Aug 26, 2004 at 18:50 UTC |