Skip to content

Instantly share code, notes, and snippets.

@folkengine
Created November 7, 2011 14:37
Show Gist options
  • Save folkengine/1345182 to your computer and use it in GitHub Desktop.
Save folkengine/1345182 to your computer and use it in GitHub Desktop.
Create a symbolic link to jdk in Windows 7
IF NOT EXIST C:\opt\java\current\NUL GOTO NOWINDIR
rmdir C:\opt\java\current
:NOWINDIR
mklink /J C:\opt\java\current C:\opt\java\jdk1.6.0_26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment