Re: Jogl / Java3D with Java 11 ?
Posted by DonPearson on Aug 09, 2019; 7:30pm
URL: https://forum.jogamp.org/Jogl-Java3D-with-Java-11-tp4039896p4039919.html
yes, tried that in Netbeans (run..VM options) and get:
run:
WARNING: Unknown module: ALL-UNNAMED
--add-exports specified to --add-exports
Error: Could not find or load main class java.desktop.sun.awt=ALL-UNNAMED
--add-exports
Caused by: java.lang.ClassNotFoundException: java.desktop.sun.awt=ALL-UNNAMED
--add-exports
C:\Users\Don\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111: The following error occurred while executing this line:
C:\Users\Don\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:40: Java returned: 1
BUILD FAILED (total time: 3 seconds)
I currently have lib/jogamp-fat.jar, lib/j3dcar.jar, lib/j3dutils.jar, and lib/vectmath.jar in the modulepath, hoping to make them into automatic modules.