[vtkusers] Java class files?

Brad King brad.king at kitware.com
Mon Dec 23 12:39:42 EST 2002


Hi Julie,

> I'm trying to create java applications of vtk, and the vtk.* class files
> that need to be imported can't be found.  I've looked for them on the
> web and on the cd rom that comes with the book, and they are no where to
> be found.
>
> Where are these java class files that vtk needs???

These files are built by VTK when it is compiled with the "VTK_WRAP_JAVA"
option enabled from the CMake GUI.  It produces a "vtk.jar" file that can
be added to your CLASSPATH environment variable.

-Brad




More information about the vtkusers mailing list