Hi all
I have a problem since upgrading to java 7.
I have a jnlp file that works perfectly with java 6, however because of some internal policy I had to upgrade to java 7.
Now my application does not launch anymore.
If I access the page through a web browser, I get the following error
InvalidArgumentException[ Invalid arguments supplied : { }]
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)
If I double click on the jnlp file, java web start opens, and closes after a few seconds without any error or warning.
Now, the fun part:
if I move some properties around, then the application loads...
Any idea why? why does something that used to work doesn't?
I don't think it's related to the number of properties in the file as I have much "bigger" jnlp files that launch correctly.
Thanks
ps: since moving properties kinda solves my problem, this is not really an issue anymore but more intellectual curiosity...