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