Sourcing UNIX Classpath in Java code
Hi All,
I was wondering where I could find a sample of how I can source the CLASSPATH value in UNIX in a java program.
I want to write a program that can retrieve the value of the CLASSPATH or any other UNIX variable.
If I set something like export $LOG=/mydirectory/log/
How could my program retrieve the $LOG file.
Thanks

