[vtkusers] build VTK with java in linux
Zhongfu Zhou
zhongfu.zhou at materials.oxford.ac.uk
Sat Apr 12 18:32:23 EDT 2003
Dear All,
Could you please help me in a problem I meet in building VTK with jave
in Redhat linux system.
I installed CMake, java and VTK properly. The file vtk.jar also can be
found in the directory ../VTK/bin. But when I run javac Cone.java, it
returns following errors. But I don't know how to set up the "CLASSPATH"
environment. Any one can help me? Many thanks in advance.
Zhongfu
---------------------------------------------------------------------
> javac Cone.java
> Cone.java:9: Can't find default package `vtk'. Check the CLASSPATH environment variable and the access to the archives
> Cone.java:33: Type `vtkConeSource' not found in the declaration of the local variable `cone'.
> vtkConeSource cone = new vtkConeSource();
> ^
> Cone.java:45: Type `vtkPolyDataMapper' not found in the declaration of the local variable `coneMapper'.
> vtkPolyDataMapper coneMapper = new vtkPolyDataMapper();
> ^
> Cone.java:55: Type `vtkActor' not found in the declaration of the local variable `coneActor'.
> vtkActor coneActor = new vtkActor();
> ^
> Cone.java:64: Type `vtkRenderer' not found in the declaration of the local variable `ren1'.
> vtkRenderer ren1 = new vtkRenderer();
> ^
> Cone.java:73: Type `vtkRenderWindow' not found in the declaration of the local variable `renWin'.
> vtkRenderWindow renWin = new vtkRenderWindow();
> ^
> 6 errors
More information about the vtkusers
mailing list