aboutsummaryrefslogtreecommitdiffstats
path: root/doc/deployment/JOGL-DEPLOYMENT.html
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to remove aliasing from native libraries.Mark Raynsford2014-06-301-3/+3
| | | | | | | | | | | | | | | | Renamed: jogl-core.jar → jogl.jar nativewindow-core.jar → nativewindow.jar The build scripts have been edited to produce sets of natives for each "module" (as opposed to producing one set of natives and then have each module point to them via aliasing). Bug: 1023 Bug: 1024 Depends on 46faa59d439ef235d7691fc64d56eedc600ffa1a from gluegen.
* Adaption of Oracle's Deployment changes, i.e. >= 7u51Sven Gothel2014-01-221-28/+18
| | | | | | | | | | Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and effectively lower the bar to create user applets with raised privileges.<br/> Hence JogAmp Community <b>signs</b> jogl-all.jar and gluegen-rt.jar, which contain the JOGL's supporting classes as well as jogl-test.jar, which contains the applet class.<br/> jogl-test.jar's manifest file uses <i>Permissions: sandbox</i> to <b>not raise privileges</b>.
* Doc: JOGL-DEPLOYMENT Change 'Traditional Applets' to 'New Applets' (NApplet)Sven Gothel2014-01-211-1/+1
|
* crossref userguide/deploymentSven Gothel2012-08-211-2/+3
|
* Update TODO ; Update JOGL-DEPLOYMENT.html w/ new jar names and added appletsSven Gothel2012-08-211-34/+88
|
* refined JOGL-DEPLOYMENT docSven Gothel2011-09-201-40/+103
|
* fix url and html tagsSven Gothel2011-09-181-5/+5
|
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵Sven Gothel2011-08-051-45/+23
| | | | | | | | | | | | | | | | | | | | | separation ; android cleanup remaining all-in-one jnlp's / jars: jogl-all-awt.jnlp -> jogl.all.jar jogl-all-noawt.jnlp -> jogl.all-noawt.jar jogl-all-mobile.jnlp -> jogl.all-mobile.jar native for all above: jogl-all-natives-linux-amd64.jar jogl.all-android.apk jogl.all-android.jar more may follow for each supported platfrom ++++ - newt: proper 'driver' separation - all drivers reside now in jogamp.newt.driver.* - remove intptr.cfg / use gluegen's
* cleaned up www and doc folders.Michael Bien2010-06-281-2/+2
| | | | | - removed all jars in www/webstart - deprecated some documents and readmes... feel free to remove some of them if no objections
* XHTML cleanup for jogl deployment doc.Michael Bien2010-05-191-251/+237
|
* Fix JOGL Deployment docSven Gothel2010-05-141-0/+285