Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java WebStart error - Nullpointer at JREInfo.validateHomeJRE_int(Unknown Source)

2830569Dec 30 2014 — edited Dec 30 2014

Hello

I'm a newbie at java webstart and have problems starting the webstart viewer (javaws -viewer). When I google for the problem I get a lot of links referring to running 32bit JRE on 64 bit windows but I cant see how this is possible in my situation.

Error message when running javaws -viewer:

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)

OS: win7, 64bit

java -version

java version "1.8.0_25"

Java(TM) SE Runtime Environment (build 1.8.0_25-b18)

Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

Starting javaws with -verbose gives the following information before the error occurs:

141230_javaws.jpg

I'm happy for any suggestion pointing me to the right direction.

Mikael

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 27 2015
Added on Dec 30 2014
0 comments
1,740 views