-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jogl2.5.0 works now with jdk17 and netbeans 21.
* JOGL (jogamp) is no longer obtained from maven because the 2.5.0 maven deploy is broken for getting the actual jars and native code. Finally found a single fat jar with all of gluegen/jogl in it in https://jogamp.org/deployment/v2.5.0/fat/ * Had to fix a few things in code to make things work with java 17 under windows; see javafx classes for Point2D that are in javafx.* source packages (obtaining the complete unbound javafx is broken under maven at least for me). * It is necessary to set some cryptic flags to the VM on startup; see NASAWorldWind/WorldWindJava#249 for " running the JVM with the following arguments should fix the problem --add-exports java.base/java.lang=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/sun.java2d=ALL-UNNAMED " * Info: a jogl TextRenderer that is created outside of graphics context breaks; change other code that does it to lazily create these inside the annotator if this comes up again. * It will be necessary to fix the windows launcher and the linux/mac shell scripts for the new jogl jar that was added and to add the correct VM switches.
- Loading branch information
Tobi Delbruck
authored and
Tobi Delbruck
committed
Dec 20, 2023
1 parent
f30f58a
commit 440f024
Showing
15 changed files
with
1,011 additions
and
1,055 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
/ivy | ||
/jars unused/** | ||
/dist/ | ||
hs_err* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.