Skip to content

Instantly share code, notes, and snippets.

@uilian
Created January 6, 2015 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uilian/309f9203446db8105a1b to your computer and use it in GitHub Desktop.
Save uilian/309f9203446db8105a1b to your computer and use it in GitHub Desktop.
Configuring the JDK Version - Windows
rem echo off
cd "c:\program files\java"
rmdir jdk
mklink /d jdk jdk1.8.0_20
rem mklink /d jdk jdk1.7.0_51
rem mklink /d jdk jdk1.6.0_45
@uilian
Copy link
Author

uilian commented Jan 6, 2015

In my PATH variable, I configured JAVA_HOME to "c:\program files\java".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment