Login  Register

Re: FailedDownloadException on Mojave

Posted by Sven Gothel on Mar 06, 2020; 4:43pm
URL: https://forum.jogamp.org/FailedDownloadException-on-Mojave-tp4040416p4040417.html

You would need to use the specific JogAmp version URL,
as 'jogamp-current' might have changed.

As long we still host the older version, it should be 'as it was'.

~Sven

On 3/6/20 5:20 PM, camac [via jogamp] wrote:
> Recently I have learned of an issue affecting a jogl-based Webstart
> application that I authored (and tested) nearly a year ago. Now every attempt
> to run the application reports a FailedDownLoadException when trying to load
> the resource " http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp".
> The failure stems from an illegal URL redirect (see below).
>

snip

>
>   <resources>
>     <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+"/>
>     <property name="sun.java2d.noddraw" value="true"/>
>     <jar href="qmtools.jar" main="true"/>
>     <extension name="jogl-all-awt"
> href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"/>
>   </resources>
> </jnlp>