Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kobachi/9737333 to your computer and use it in GitHub Desktop.
Save kobachi/9737333 to your computer and use it in GitHub Desktop.
Java 8導入環境でJava 7を使ってEclipseを起動するメモ
How to run Eclipse with Java-7 on Java-8 installed Windows
1. Copy %ProgramFiles%\Java\jre7\bin\java*.exe to %windir%\system32
* Administrative Access Required
2. Change value of "HKLM\SOFTWARE\JavaSoft\Java Runtime Environment\CurrentVersion" to "1.7"
1. %ProgramFiles%\Java\jre7\bin\java*.exeを%windir%\system32にコピペする
* 管理者権限が必要
2. HKLM\SOFTWARE\JavaSoft\Java Runtime Environment\CurrentVersion を 1.7 に設定する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment