Created
November 7, 2011 14:37
-
-
Save folkengine/1345182 to your computer and use it in GitHub Desktop.
Create a symbolic link to jdk in Windows 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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