Java Web Start Error "Can not find message file"
Asked Answered
T

2

11

I have have two versions for the javaws.exe one under C:\Program Files\Java\jre7\bin & the other under C:\Program Files\Java\jdk1.7.0_06\bin. but when I click on the C:\Program Files\Java\jre7\bin\javaws.exe I got the following error "Can not find message file".

So what might be the problem? Baring in mind that I am unable to run any of the applications that need Java Web Start to run.

Tapioca answered 6/9, 2012 at 11:35 Comment(9)
Where does your JAVA_HOME point to ? and is %JAVA_HOME%/bin added to your PATH variable ?Greenburg
thanks for the reply. Java_Home points to C:\Program Files\Java\jdk1.7.0_06. and i do not have JAVA_HOME in the PATH.Tapioca
i added %JAVA_HOME%\bin to the path but the problem is still there. the full path looks as follow :- %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;%ANT_HOME%\bin;C:\Program Files\Java\jdk1.7.0_06\bin;%JAVA_HOME%\binTapioca
Did you check this ? forums.oracle.com/forums/thread.jspa?messageID=10081153Greenburg
i check it,,, if i understand the topic well but i am not using \ at the end of any pathTapioca
I would say, uninstall Java, restart your machine and reinstall Java (so that all the registry entries are set properly)Greenburg
this what i was trying to avoid ...Tapioca
Even if you were trying to avoid it, reinstalling java is your best option, and it may also fix your other problem: #12302143Dense
re-installing java has solved the problem...Tapioca
T
7

re-installing java has solved the problem...

Tapioca answered 9/9, 2012 at 8:59 Comment(0)
I
4

You are likely to be missing the following values (example):

----8<----
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start]
"CurrentVersion"="1.7.0_06"

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.7.0_06]
"Home"="C:\\Program Files\\Java\\jre7\\bin"
----8<----

Maybe you need separate values for both of the two runtimes, but likely you want to use WS only with the JRE installation.

I hope this helps anyone else expiriencing this message.

Incest answered 22/8, 2013 at 13:17 Comment(1)
This was much quicker than a reinstall. In my case, the value for "Home" was pointing to an invalid location.Mezereum

© 2022 - 2024 — McMap. All rights reserved.