

Manually Setting the Java Environment Variables

Some programs, such as Eclipse, define the Java version in a separate configuration file (for Eclipse, for example, this is the entry "-vm" in the eclipse.ini file). These variables should always point to the same Java installation to avoid inconsistencies. Path – is used when running a Java binary (such as java and javac) from the console.JAVA_HOME – many start scripts use this variable.The following two environment variables decide which Java version an application uses:

Step 2: Define Java Environment Variables
