InterviewSolution
| 1. |
Jogl, Platform And Opengl Version? |
|
Answer» Please perform a runtime version check, which provides the following information:
SEND us the resulting file test.log Detailed Bug Information
Applications Adding a comprehensive junit test would help us the most to reproduce the bug, to discuss it with you and to achieve a good response time. You may add it to your bug report directly or better, give us your git repository pull request. 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 Attach the log file to your bug report .. Applets and Java Webstart To test applets and javaws use
where you add the following JRE ARGUMENTS. The jnlp prefix supports the javaws launch method.
Of course you have to add these arguments to all of your JRE lines, ie 0 and 1, etc, if they exist. You also want to
Hence the java properties file (see location above) shall contain the following: ... Best practice:
Please perform a runtime version check, which provides the following information: Send us the resulting file test.log Detailed Bug Information Applications Adding a comprehensive junit test would help us the most to reproduce the bug, to discuss it with you and to achieve a good response time. You may add it to your bug report directly or better, give us your git repository pull request. 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 Attach the log file to your bug report .. Applets and Java Webstart To test applets and javaws use where you add the following JRE Arguments. The jnlp prefix supports the javaws launch method. Of course you have to add these arguments to all of your JRE lines, ie 0 and 1, etc, if they exist. You also want to Hence the java properties file (see location above) shall contain the following: ... Best practice: |
|