I am trying to use the JZY3D libraries in my Java project.
Starting with the basic, I set up the following main():
public static void main(final Stri
Have you tried the Maven dependency instead of add those jars by hand?
I made a clean maven project, add a new user library with the following files:
After that, I add the following maven dependencies:
org.jogamp.gluegen
gluegen-rt-main
2.0.2
org.jogamp.jogl
jogl-all-main
2.0.2
Build & Run with no exceptions.
A much cleaner solution is:
jzy3d-masterjzy3d-api dependency for your project