Compilar java3D en Linux
Cómo hago para compilar un programa en java3d sobre linux? Los siguientes errores aparecen cuando compilo PrimerDibujo3D (el tÃpico del cuadradito): (supongo que el error está en el PATH o el CLASSPATH). Les agradezco su ayuda!
PrimerDibujo3D.java:26: Type `Canvas3D' not found in the declaration of the local variable `canvas3D'.
Canvas3D canvas3D = new Canvas3D(config);
^
PrimerDibujo3D.java:31: Type `BranchGroup' not found in the declaration of the local variable `escena'.
BranchGroup escena = createsceneGraph();
^
PrimerDibujo3D.java:38: Type `SimpleUniverse' not found in the declaration of the local variable `simpleU'.
SimpleUniverse simpleU = new SimpleUniverse(canvas3D);
^
PrimerDibujo3D.java:48: Type `BranchGroup' not found in the declaration of the return type of method `createsceneGraph'.
public BranchGroup createsceneGraph()
^
PrimerDibujo3D.java:51: Type `BranchGroup' not found in the declaration of the local variable `objRoot'.
"/mnt/floppy/Erralcompilar.txt" 24L, 1180C 1,1 Comienzo
PrimerDibujo3D.java:26: Type `Canvas3D' not found in the declaration of the local variable `canvas3D'.
Canvas3D canvas3D = new Canvas3D(config);
^
PrimerDibujo3D.java:31: Type `BranchGroup' not found in the declaration of the local variable `escena'.
BranchGroup escena = createsceneGraph();
^
PrimerDibujo3D.java:38: Type `SimpleUniverse' not found in the declaration of the local variable `simpleU'.
SimpleUniverse simpleU = new SimpleUniverse(canvas3D);
^
PrimerDibujo3D.java:48: Type `BranchGroup' not found in the declaration of the return type of method `createsceneGraph'.
public BranchGroup createsceneGraph()
^
PrimerDibujo3D.java:51: Type `BranchGroup' not found in the declaration of the local variable `objRoot'.
"/mnt/floppy/Erralcompilar.txt" 24L, 1180C 1,1 Comienzo
