Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Web Start Error "Can not find message file"

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.

like image 234
John John Avatar asked Sep 06 '12 11:09

John John


People also ask

How do I run a Java JNLP file?

Right-click a JNLP file and click “Open With.” Select the “Java Web Start Launcher” application in the list or click “Browse,” browse to the “C:\Program Files (x86)\Java\jre[version]\bin” folder on your computer and double-click the “Javaws.exe” program file.

What happened to Java Web Start?

Java Web Start was distributed as part of the Java Platform until being removed in Java SE 11, following its deprecation in Java SE 9. The code for Java Web Start was not released by Oracle as part of OpenJDK, and thus OpenJDK originally did not support it.

Is Java Web Start included in JDK?

Java Web Start is included in the Java Platform, Standard Edition development kit (JDK) and Java Runtime Environment (JRE), and includes the security features of the Java platform.


1 Answers

re-installing java has solved the problem...

like image 188
John John Avatar answered Sep 28 '22 22:09

John John