Hi Bill,
I am compiling visad on SunOS 5.5.1. These are the errors I get,
where can I get the
com.sun.j3d package? Is it also the j3d stuff, do you have a better
copy of Java3d package than mine (I downloaded from
http://java3d.sdsc.edu/cgi-bin/display.cgi?category=Unofficial+Java3D
Do I have luck to run visad before sun's Java3d release?
Thank you.
YanChing
=====
java3d/DisplayImplJ3D.java:38: Class
com.sun.j3d.utils.applet.AppletFrame not found in import.
import com.sun.j3d.utils.applet.AppletFrame;
java3d/AVControlJ3D.java:47: Class visad.java3d.Switch not found in
type declaration.
void addPair(Switch sw, Set se, DataRenderer re) { // J3D
^
java3d/AVControlJ3D.java:74: Class visad.java3d.Switch not found in
void selectSwitches(double).
ss.swit.setWhichChild(indices[0]); // J3D
^
java3d/AVControlJ3D.java:92: Class visad.java3d.Switch not found in
type declaration.
Switch swit; // J3D
^
java3d/AVControlJ3D.java:96: Class visad.java3d.Switch not found in
type declaration.
SwitchSet(Switch sw, Set se, DataRenderer re) { // J3D
^
java3d/DefaultDisplayRendererJ3D.java:45: Class
visad.java3d.ColoringAttributes not found in type declaration.
ColoringAttributes box_color = null; // J3D
^
java3d/DefaultDisplayRendererJ3D.java:62: Class visad.java3d.LineArray
not found in type declaration.
LineArray box_geometry = new LineArray(24, LineArray.COORDINATES);
// J3D
^
java3d/DefaultDisplayRendererJ3D.java:62: Class visad.java3d.LineArray
not found in type declaration.
LineArray box_geometry = new LineArray(24, LineArray.COORDINATES);
// J3D
^
8 errors
*** Error code 1
make: Fatal error: Command failed for target `compile'