Bug#1068172: gpsprune: 3d function fails with java 17 due to missing "add-opens"

2024-04-01 Thread Sebastiaan Couwenberg
Control: tags -1 pending On 4/1/24 11:19 AM, activityworkshop wrote: I don't know if this is the best solution, but one way I found to allow access is to add a parameter to the launch command: --add-opens=java.desktop/sun.awt=ALL-UNNAMED This is implemented in git. Kind Regards, Bas --

Bug#1068172: gpsprune: 3d function fails with java 17 due to missing "add-opens"

2024-04-01 Thread activityworkshop
Package: gpsprune Version: 23.2-1~bpo12+1 Severity: normal X-Debbugs-Cc: deb...@activityworkshop.net Dear Maintainer, GpsPrune uses Java3D for the 3d visualisation functions. Java3D in turn uses class in sun.awt. Using Java 11, everything works as expected, but using Java 17 introduces