The JAR is no longer executable. The reason for this has something to do with the way the JAR is signed with my certificate to assure it hasn't been tampered with.
Now, the way to start jUU is by launching the JNLP file instead of the JAR file. The JNLP file is the WebStart description file.
The added bonus is that each time you start jUU this way, it will automatically check for updates.
You can start jUU by clicking on a weblink to the JNLP file, or by downloading that file and launching it (either by doubleclicking it in an environment that knows what to do with it; like Explorer, or by launching it with javaws:)
- Code: Select all
javaws http://url-to/jUniUploader.jnlp
or
- Code: Select all
javaws /path-to/jUniUploader.jnlp