Skip to content
codedeedope edited this page Sep 7, 2020 · 3 revisions

Stand: 07.09.2020 18:25 Uhr

Info zu native jar

https://jogamp.org/jogl/doc/userguide/index.html#automatednativelibraryloading
https://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NativeJARFiles
https://jogamp.org/wiki/index.php/JogAmp_JAR_File_Handling

javadoc relevante Klassen

https://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/com/jogamp/common/util/JarUtil.html
https://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/com/jogamp/common/util/cache/TempJarCache.html
https://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/com/jogamp/common/jvm/JNILibLoaderBase.html
https://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/com/jogamp/common/os/NativeLibrary.html

Einstiegspunkt / Flag für standard Java Path

Z.315 https://github.com/sgothel/gluegen/blob/13ff301f7a21c55df7e6af77d936a81536b16e7f/src/java/com/jogamp/common/os/Platform.java ist der Einstiegspunkt, je nach dem , ob das Flag gesetzt wurde oder nicht.

https://github.com/sgothel/gluegen/search?q=UseTempJarCache&unscoped_q=UseTempJarCache&type=Code
https://github.com/sgothel/gluegen/search?q=useTempJarCachePropName&unscoped_q=useTempJarCachePropName&type=Code
https://github.com/sgothel/gluegen/search?q=_USE_TEMP_JAR_CACHE&unscoped_q=_USE_TEMP_JAR_CACHE&type=Code

Infos zu VM Argumenten: https://stackoverflow.com/questions/39188826/what-are-custom-jvm-properties/39189064#39189064

Relevante Klassen

https://github.com/JogAmp/gluegen/tree/master/src/java/com/jogamp/common/util
https://github.com/JogAmp/gluegen/blob/master/src/java/com/jogamp/common/util/JarUtil.java
https://github.com/JogAmp/gluegen/tree/master/src/java/com/jogamp/common/util/cache
https://github.com/JogAmp/gluegen/tree/master/src/java/com/jogamp/common/os
https://github.com/JogAmp/gluegen/blob/master/src/java/com/jogamp/common/os/NativeLibrary.java
https://github.com/JogAmp/gluegen/blob/master/src/java/com/jogamp/common/os/Platform.java
https://github.com/JogAmp/gluegen/blob/master/src/java/com/jogamp/common/jvm/JNILibLoaderBase.java

Forum / Mailingsliste

http://forum.jogamp.org/
http://forum.jogamp.org/gluegen-f784684.html