Created
          May 8, 2015 11:13 
        
      - 
      
- 
        Save cd01/2e88a1b3bea83c1af7e4 to your computer and use it in GitHub Desktop. 
    ジャンクションを使って、JDK のバージョンの切り替え
  
        
  
    
      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 EXIST "%USERPROFILE%\jdk" RMDIR "%USERPROFILE%\jdk" | |
| MKLINK /J "%USERPROFILE%\jdk" "%PROGRAMFILES%\Java\jdk1.7.0_79" | |
| REM MKLINK /J "%USERPROFILE%\jdk" "%PROGRAMFILES%\Java\jdk1.8.0_45" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment