Oct 8, 2001 #1 rhull Programmer May 23, 2001 46 US I see documentation all over for changing a classpath but I want to see what it is currently set at. Is there a quick command to do that in Linux. Thanks! -R
I see documentation all over for changing a classpath but I want to see what it is currently set at. Is there a quick command to do that in Linux. Thanks! -R
Oct 8, 2001 #2 wushutwist Programmer Aug 3, 2000 984 US In Linux: Code: echo $CLASSPATH In Windows: Code: set CLASSPATH Upvote 0 Downvote
Oct 9, 2001 #3 shyamkumar Programmer Dec 9, 1999 21 IN Yeah for Linux it is same what twist told and for windows echo %CLASSPATH% Shyam Shyam Upvote 0 Downvote