How to set path in JavaIf you are saving the java source file inside the jdk/bin directory, path is not required to be set because all the tools will be available in the current directory. But If you are having your java file outside the jdk/bin folder, it is necessary to set path of JDK. There are 2 ways to set java path:
1) How to set Temporary Path of JDK in WindowsTo set the temporary path of JDK, you need to follow following steps:
For Example:set path=C:\Program Files\Java\jdk1.6.0_23\bin 2) How to set Permanent Path of JDK in WindowsFor setting the permanent path of JDK, you need to follow these steps:
For Example:
Setting Java Path in Linux OS
export PATH=$PATH:/home/jdk1.6.01/bin/ | |||||||||||||||||||
No comments:
Post a Comment