Hello there,
I've been trying to get the basic examples of jzy3d to work in a Macbook pro, under Netbeans.
When trying to compile the basic example from jzy3d I run into several problems. I think it is not clear to me what I need to copy, and where.
Here are my steps:
- Create a demo JOGL project (just to make sure the jogl environment, libraries, etc are all set)
- Run the demo (gears, in this case) -- it is working
- Imported org.jyz3d-0.9.jar to the libraries in this project.
- Add another source to this project -- I've used one of the examples in http://www.jzy3d.org/tutorial.php, fixed it a bit (field declaration).
- Compiled it -- got the dreaded "Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/opengl/GLCapabilitiesImmutable at demos.gears.TEST.main(TEST.java:39)
Line 39 is Chart chart = new Chart(Quality.Advanced);
Something is missing, but what?
I was unable to find clear directions on how to install jzy3d in OS X to work with Netbeans.
I'd rather start working with the installation of JOGL I have (since it is working).
Any suggestion welcome!
thanks
Rafael