installed the latest version but still not accepting and showing the message of "Java Missing"
i tracked down the installer, it is hitting the registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment]
my windows is x64, solved the issue by
1. installing the exact old version 1.6 update 26 from oracle archive
2.copy the java registry keys from 32 bit folder to the 64
from [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft] to [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft]
3. change the "CurrentVersion" key value in 64 bit folder to "1.6" //it was 1.8
simple solution down; after installing java 1.6 update 26 >> copy all the text below, paste in new text file and save as filename.reg; dowble click and click ok to import, copy after this line starting from "Windows"
I am having the same issue on Mac. I'm running OS X 10.10 (Yosemite) with Java 8 and I get the Java issue described above. Anyone been able to fix this issue on a Mac?
Anonymous User
30 Posts
0
January 5th, 2015 06:00
Have you done a full un-install of the previous Java version?
I have had loads of Java issues as I have multiple tools all on different versions of Java.
Very frustrating to say the least.
Good luck.
alrousan_hesham
1 Message
0
January 31st, 2015 13:00
yes, i had the same issue.
installed the latest version but still not accepting and showing the message of "Java Missing"
i tracked down the installer, it is hitting the registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment]
my windows is x64, solved the issue by
1. installing the exact old version 1.6 update 26 from oracle archive
2.copy the java registry keys from 32 bit folder to the 64
from [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft] to [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft]
3. change the "CurrentVersion" key value in 64 bit folder to "1.6" //it was 1.8
simple solution down; after installing java 1.6 update 26 >> copy all the text below, paste in new text file and save as filename.reg; dowble click and click ok to import, copy after this line starting from "Windows"
--------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment]
"CurrentVersion"="1.6"
"BrowserJavaVersion"="11.31.2"
"Java6FamilyVersion"="1.6.0_26"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment\1.6]
"JavaHome"="C:\\Program Files\\Java\\jre6"
"RuntimeLib"="C:\\Program Files\\Java\\jre6\\bin\\client\\jvm.dll"
"MicroVersion"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment\1.6.0_26]
"JavaHome"="C:\\Program Files\\Java\\jre6"
"MicroVersion"="0"
"RuntimeLib"="C:\\Program Files\\Java\\jre6\\bin\\client\\jvm.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment\1.6.0_26\MSI]
"JU"="1"
"OEMUPDATE"=""
"MODE"="C"
"JQS"=""
"FROMVERSION"="NA"
"FROMVERSIONFULL"=""
"KERNEL"=""
"PRODUCTVERSION"="6.0.260"
"INSTALLDIR"="C:\\Program Files\\Java\\jre6\\"
"SYSTRAY"="1"
"EULA"="0"
"IEXPLORER"="1"
"MOZILLA"="0"
"JAVAUPDATE"="1"
"AUTOUPDATECHECK"="1"
"AUTOUPDATEDELAY"=""
"ImageCkSum"="3595149197"
"FullVersion"="1.6.0_26-b03"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment\1.8]
"CurrentVersion"="1.8"
"Java8FamilyVersion"="1.8.0_31"
"JavaHome"="C:\\Program Files\\Java\\jre1.8.0_31"
"RuntimeLib"="C:\\Program Files\\Java\\jre1.8.0_31\\bin\\client\\jvm.dll"
"MicroVersion"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment\1.8.0_31]
"JavaHome"="C:\\Program Files\\Java\\jre1.8.0_31"
"RuntimeLib"="C:\\Program Files\\Java\\jre1.8.0_31\\bin\\server\\jvm.dll"
"MicroVersion"="0"
"BuildNumber"="13"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment\1.8.0_31\MSI]
"JU"=""
"OEMUPDATE"=""
"FROMVERSION"="NA"
"FROMVERSIONFULL"=""
"PRODUCTVERSION"="8.0.310"
"INSTALLDIR"="C:\\Program Files\\Java\\jre1.8.0_31\\"
"EULA"=""
"JAVAUPDATE"="1"
"AUTOUPDATECHECK"="1"
"AUTOUPDATEDELAY"=""
"FullVersion"="1.8.0_31-b13"
DELL-Sheron G
Moderator
•
228 Posts
0
February 25th, 2015 09:00
Did alrousan_hesham@infinibyte.ae s recomendation resolve the issue?
If yes can you please mark it as the right answer? It will help someone else
If not can you provide a lil more of info?
I had an issue with Unisphere and Java which was fixed after adding the IP to the trusted site.
However Java error and its resolution are different for diff issue.
Regards,
Sheron
jodd1
1 Message
0
March 22nd, 2015 21:00
I am having the same issue on Mac. I'm running OS X 10.10 (Yosemite) with Java 8 and I get the Java issue described above. Anyone been able to fix this issue on a Mac?