Based on these instructions I took the following steps:
1. Add a library to the NetBeans Wigwam project call JOGL that references the jogl.jar file.
2. Add a library to the NetBeans Wigwam proejct called GLUEGEN-RT that references the gluegen-rt.jar file.
3. Add a directory to the PATH environment variable (Windows Vista is the OS) that contains the following files:
gluegen-rt.dll jogl.dll jogl_awt.dll jogl_cg.dll libgluegen-rt.jnilib libjogl.jnilib libjogl_awt.jnilib libjogl_cg.jnilib
These steps produce the environment that allow compilation but not proper execution - the view of the launch.html produces the x box (no applet) shown in the prior post on 06/09. What step(s) am I missing? Any comments are much appreciated. Thank you!!!!!
Looking at possible addition of entries in the NetBeans environment for PATH (but this shouldn't be needed given we're dealing with an applet running in a browser, not actual NetBeans runtime).
No comments:
Post a Comment