Login  Register

Re: jogamp-current: Missing Codebase manifest attribute for gluegen-rt.jar

Posted by Sven Gothel on Oct 16, 2013; 11:00am
URL: https://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-tp4030259p4030283.html

On 10/16/2013 12:29 PM, gouessej [via jogamp] wrote:
> Insparia uses this in its JNLP file:
> <extension
> href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"
> <http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp%22> name="jogl-all-awt"/>

<http://jogamp.org/deployment/jogamp-current/>
is a symbolic link to
<http://jogamp.org/deployment/archive/rc/v2.1.0/>

and the jnlp files have the codebase defined:

jogl-all-awt.jnlp:
  <?xml version="1.0" encoding="utf-8"?>
  <jnlp codebase="http://jogamp.org/deployment/archive/rc/v2.1.0/"
        href="jogl-all-awt.jnlp" version="v2.1.0">


gluegen-rt.jnlp:

  <?xml version="1.0" encoding="utf-8"?>
  <jnlp codebase="http://jogamp.org/deployment/archive/rc/v2.1.0"
        href="gluegen-rt.jnlp" version="v2.1.0">


~Sven



signature.asc (911 bytes) Download Attachment