[vtkusers] HELP IN JAVA VTK 4.0

Peter J. Carr pjc at hootenanny.org
Wed Jan 16 20:39:23 EST 2002


Jose mendoza wrote

> 
>  I have a problem compiling cone.java. The compiler
>can not find the vtkPanel().  
>
>  Where is this class located??
>
>
VTK/Wrapping/Java/vtkPanel.java

Once the 'make process is complete' I compiled the vtk java classes with 
the following:
    cd VTK/java/vtk
    javac -classpath ../ -d ../ *.java
Then made a jar file with:
    cd ..
    jar -cf vtk.jar vtk/*.class

When compiling vtkPanel.java you need to make sure vtk.jar is on the 
classpath.






More information about the vtkusers mailing list