Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java web start fails to start - JRE 7 32 bit (running on 64 bit windows system)

I have removed all JDKs/JREs (using the uninstaller), removed the JavaSoft stuff from the registry, removed JAVA_HOME from the environment variables, removed any reference to Java in the "Path" environment variable.

Then I installed JDK 7u11 for 32 bit system.

When I try to use Java webstart (either via the browser or directly from the command line), I get the Java 7 splash screen briefly, and then a dialog that says "Unable to Launch the Application", clicking on the "Details" button yields this:

java.lang.NullPointerException
    at com.sun.deploy.config.JREInfo.validateHomeJRE_int(Unknown Source)
    at com.sun.deploy.config.JREInfo.initialize(Unknown Source)
    at com.sun.deploy.config.ClientConfig.refreshProperties(Unknown Source)
    at com.sun.deploy.config.ClientConfig.init(Unknown Source)
    at com.sun.deploy.config.WebStartConfig.init(Unknown Source)
    at com.sun.deploy.config.ClientConfig.<init>(Unknown Source)
    at com.sun.deploy.config.WebStartConfig.<init>(Unknown Source)
    at com.sun.javaws.Main.main(Unknown Source)

I am executing the right javaws.exe file (I'm trying this with the command line to be sure).

I googled this and found only one unhelpful link:

http://fxexperience.com/2011/05/maps-in-javafx-2-0/ (look in the comments section, apparently someone else has the same problem, but not resolved).

like image 554
Francis Upton IV Avatar asked Dec 09 '25 20:12

Francis Upton IV


1 Answers

solution is here

http://allenwu.logdown.com/posts/253492-not-open-the-java-control-panel

as is delete all under \LocalLow\Sun\Java\Deployment\deployment.properties

like image 114
aleScaramuzza Avatar answered Dec 12 '25 09:12

aleScaramuzza



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!