How to get current values of PATH and CLASSPATH
Friday, July 24, 2009
PATH and CLASSPATH are very important for a computer program. They realy have the environment variables to easly run the programs. Lets see how we can get the details of the current PATH and CLASSPATH.
Windows
Type these commands in a command window:
echo %PATH%
echo %CLASSPATH%
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).
Unix
Type these commands in a command window:
echo $PATH
echo $CLASSPATH
If 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).
- Connect to Internet with BlackBerry without Paying For Data Plan
- Sixth Sense Technology marvelous invention by Pranav
- How to Capture a full Screenshot of a Web page
- How to get current values of PATH and CLASSPATH
- Easy way to Convert Web Pages/HTML to PDF
- Remove Byte Order Mark (BOM) characters from XML in Java
- Extreme XML processing with VTD-XML
- Funny thinks started to happenes.
- What is @SuppressWarnings Annotation in Java
- Dynamically loading the classes and jar file in Java Environment
- Enabling root password in Ubuntu
- SUDO shell command and sudoers file
- Greg Kroah Hartman on the Linux Kernel
- Premium page flip flash engine -FlippingBook
- Now we can Download Windows Vista SP2
- Turn off Vista visual effects
- Google to launch operating system
This Articles was posted on 2:39 AMFriday, July 24, 2009
|
Labels:
Info,
Java,
Linux,
Windows XP
|
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment