Hey,
The intermediate forum seems the best place to put this, as I'm sure someone can just point me to a URL where all this has been done.
Consider, a shell script (.bat/.cmd or unix style) that contains
or, on windows
How can I parse the file in
java and resolve $CLASSPATH so that all the referenced variables are expanded.
At the moment, I've been able to get the "java -classpath" line out of the file, because
lchan.main is the only real fixed reference point that I have...
Thanks in advance
L