Alright; I discovered the reason for the problem experienced by people that customized the JNLP file to have it automatically fill in their UniAdmin upload site.
Here's what everybody who has a customized JNLP file SHOULD DO:
There is a line in the JNLP file that reads like this:
- Code: Select all
<jnlp spec="1.0+" codebase="http://lhunath.lyndir.com/jUniUploader" href="jUniUploader.jnlp">
You need to modify this line to become something like this:
- Code: Select all
<jnlp spec="1.0+" codebase="http://lhunath.lyndir.com/jUniUploader" href="http://WWW.YOUR-GUILD.COM/jUniUploader.jnlp">
Basically; that "href=" part needs to contain the URL that your JNLP file can be found at. The URL that you would type in your browser to open the JNLP file.
The reason is that if you don't mention this URL explicitly; Java will not read any more of your JNLP file and fetch the JNLP file from the jUniUploader homepage; which is the example JNLP file and which does NOT contain your uniadmin URL (obviously).
Once more; change the "href=" part in your customized JNLP file to point to the web location that you put your customized JNLP file.
This is NOT necessary if you did not customize the JNLP file (for example, you can specify a uniadmin URL in there and a default theme).
If any of this is unclear to you; do not hesitate to ask; but try to read this explenation once more first.
I appologize for this bug and the long wait I put you through. I haven't been involved in jUniUploader since some time. (I'm actively looking for employment).