JOGL: Bugreports & Testing

For all bug reports, please add the following information to your email:

  • Test case
    • Source code, or reference to it
    • Invocation command-line
  • Platform
    • OS & version
    • Architecture
    • Java version (java -version)
  • JOGL Source/build versions
    • SVN revision and/or
    • Autobuild version (date/filename)
  • Exceptions, stdout/stderr log file

If possible, please add the following system properties to enable DEBUG logging:
-Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all

For example:

java -Djava.awt.headless=true -Dnewt.debug=all -Dnativewindow.debug=all \
-Djogl.debug=all demos.es2.RedSquare 2>&1 | tee RedSquare.report.log

To test applets use the jcontrol panel or edit ~/.java/deployment.properties directly and

  • Add JRE Arguments: -Djava.awt.headless=true -Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all
  • Enable logging/trace
  • Show the console window, or just use th latest log-file in ~/.java/deployment/log/

1 thought on “JOGL: Bugreports & Testing”

Comments are closed.