Summary: | Property 'jnlp.' Aliasing Broken | ||
---|---|---|---|
Product: | [JogAmp] Gluegen | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
2a10f604b65f12ae5e8987bfa73cffcc1d5f796e
|
Workaround: | --- |
Description
Sven Gothel
2012-06-21 10:10:43 CEST
Example of a JNLP file using secure JogAmp's debug properties: ... <resources> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> <property name="sun.java2d.noddraw" value="true"/> <property name="jnlp.jogamp.debug" value="all"/> <property name="jnlp.nativewindow.debug" value="all"/> <property name="jnlp.jogl.debug" value="all"/> <property name="jnlp.newt.debug" value="all"/> <jar href="http://jogamp.org/deployment/archive/rc/v2.0-rc3/jogl-demos/jar/jogl-demos.jar" main="true"/> <jar href="http://jogamp.org/deployment/archive/rc/v2.0-rc3/jogl-demos/jar/jogl-demos-util.jar" /> <extension name="jogl-all-awt" href="http://jogamp.org/deployment/archive/rc/v2.0-rc3/jogl-all-awt.jnlp" /> </resources> ... Fixed w/ 2a10f604b65f12ae5e8987bfa73cffcc1d5f796e |