June 2014
Beginner to intermediate
304 pages
7h 25m
English
After installing JDK, we still need to perform some more configurations to use Java conveniently from any directory on our computer. By setting up the environment variables for Java in the Windows operating system, we can make the Java compiler and tools available to the entire operating system:
JAVA_HOME as the variable name, and enter the installed JDK directory path as the variable value; in our case, ...Read now
Unlock full access