Unix
Type these commands in a command window:echo $PATHIf you get a blank command line in response to either of these, then that particular variable has no value (it has not yet been set).
echo $CLASSPATH
Windows
Type these commands in a command window:echo %PATH%If you get the message "echo is on" for either of these, then that particular variable has no value (it has not yet been set).
echo %CLASSPATH%
No comments:
Post a Comment