java tutorial

How to Set Path for Java Unix Linux and Windows

Before you run any Java program you need to set PATH for Java no matter whether you are running on Windows, Linux or Unix operating system. PATH is not Java concept but its a shell concept. PATH is an environment variable which contains directories where an executable is find. to Compile and Execute Java program you need “java” and “javac” binary in your path and including these in your path is called setting path for Java. This article will show you how to set PAth for Java in Windows or Linux in step by step guide. read full article on
http://javarevisited.blogspot.com/2011/10/how-to-set-path-for-java-unix-linux…

Leave a comment