Notes
Notes - notes.io |
原因:
JREの更新およびJDKのインストールのタイミングがズレて
JRE8しか呼び出されなくなったか?
(JRE8に更新後にJDK7をインストールしたために、内部的にJRE8が優先された?)
経過:
PATHに"C:Program FilesJavajdk1.7.0_67bin"を追記→失敗
PATHの順番を入れ替えて、先のパスが最初に読み込まれるように書き換え→失敗
JAVA_HOME, JAVA_PATHを新規で定義、追記→失敗
C:ProgramDataOracleJavajavapathjava.exeを読み込み失敗していることから、同ディレクトリを確認
→同ディレクトリ内のjava.exe, javaw.exe, javaws.exeがシンボリックリンクであり、実体がJDK8のディレクトリ内にあることが判明
java.exe, javaw.exe, javaws.exeのシンボリックリンクをjdk1.7.0_67bin内のものに貼り替え
元のシンボリックリンクを削除→コマンドプロンプトを管理者権限で実行
→mklink java.exe C:Program FilesJavajdk1.7.0_67binjava.exeの要領で3リンクを生成
コマンドプロンプトでjavac -versionが実行可能になったが、java -versionはエラー表示されて実行できない
レジストリ"CurrentVersion"が1.8だが1.7を呼びだそうとしている、という趣旨のエラー
レジストリをC:UsersSAKAMOTO直下にバックアップ→regeditでレジストリ書き換え
HKEY_LOCAL_MACHINESOFTWAREJavaSoftJava Development KitCurrentVersionを1.8→1.7へ
(HKEY_CURRENT_USERSoftwareJavaSoftJava Runtime EmvironmentSecurity Baseline1.8.0も削除したが必要ないと思われる。というかむしろ危険かも)
java -version実行可能になるも、Eclipseが別のJDKを参照し起動出来ない
C:UsersSAKAMOTOpleiadesEclipseEclipse.ini(構成設定)内のJava仮想マシンの指定を変更
-vm
C:Program FilesJavajdk1.7.0.67binjavaw.exe へ変更
以上で無事Eclipseが起動。
ただ、根本的な原因がわからず、変更する必要が無かった部分も変更してしまったかも。
最後のEclipse.iniの部分だけで良かったのでは(今更何を)
良い子は真似しないでね♡
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team