Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

viewing current classpath

Status
Not open for further replies.

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
 
In Linux:
Code:
echo $CLASSPATH
In Windows:
Code:
set CLASSPATH
 
Yeah for Linux it is same what twist told
and for windows

echo %CLASSPATH%

Shyam Shyam
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Question Question
Replies
12
Views
685
  • Locked
  • Question Question
Replies
17
Views
537
Replies
2
Views
186

Part and Inventory Search

Sponsor

Back
Top