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!

7u45: InvalidArgumentException[ Invalid arguments supplied: {-notWebJava }]

martinm1000Oct 23 2013 — edited Nov 4 2013

Another Java 7u45 problem...

I have two different webstart applications.

Java 7u45 with a clean java cache, I can start my apps via HTTP/JNLP file each time.

For one of the applications, the desktop application shortcut won't work :

InvalidArgumentException[ Invalid arguments supplied: {-notWebJava }]

  at com.sun.javaws.Main.continueInSecureThread(Unknown Source)

  at com.sun.javaws.Main.access$000(Unknown Source)

  at com.sun.javaws.Main$1.run(Unknown Source)

  at java.lang.Thread.run(Unknown Source)

But it works on the command line using javaws http://...jnlp and also javaws -system http:///...jnlp.

The other application doesn't suffer from this problem.

This seems to apply to the 3 systems I just tested. Not sure what to check first...

Any idea what notWebJava means ???


Edit: This happen on Windows 7/8 x64. On Linux it works.

Message was edited by: martinm1000

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2013
Added on Oct 23 2013
5 comments
5,784 views