Jogl.jnlp problem

I’ve been using a link to jogl in my webstart application and it worked until today.

I get the following error:

Unable to load resource: https://jogl.dev.java.net/webstart/jogl.jnlp

Anyone know what’s going on?

[quote]I’ve been using a link to jogl in my webstart application and it worked until today.

I get the following error:

Unable to load resource: https://jogl.dev.java.net/webstart/jogl.jnlp

Anyone know what’s going on?
[/quote]
All the dev.java.net download sites have been down today. There was some notice yesterday about essential maintanence on the site or something, I’d say it’ll be back up soon.

Alternatively you could do what I just did, And rejar up all the jogl jars yourself, re-sign them, and host them with your own code. Particularly useful if you don’t want to be prey to the vagaries of domains going down and JOGL updates not being backwardly compatible and such.

D.

Ahh yeah. It works now. How exactly do you rejar them? Do you just unzip them and then build the jar from the extracted folder?

[quote]Ahh yeah. It works now. How exactly do you rejar them? Do you just unzip them and then build the jar from the extracted folder?
[/quote]
yep pretty much. I re-jar them back up into a jogl.jar and the 3 or 4 native jars, then sign them with the same keystore as i sign my main application jar file. Of course thats the least of my worries. See my post in the ‘your games here’ forum. Getting that JNLP to work is a trial in itself :’(

D.