Oct 8, 2001 #1 rhull Programmer Joined May 23, 2001 Messages 46 Location 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 Joined Aug 3, 2000 Messages 984 Location US In Linux: Code: echo $CLASSPATH In Windows: Code: set CLASSPATH Upvote 0 Downvote
Oct 9, 2001 #3 shyamkumar Programmer Joined Dec 9, 1999 Messages 21 Location IN Yeah for Linux it is same what twist told and for windows echo %CLASSPATH% Shyam Shyam Upvote 0 Downvote