<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi!<br>I am trying to compile vtk with java support on ubuntu 7.10 as described in<br><span><a target="_blank" href="http://www.duke.edu/%7Eiwd/howto/VTK-Linux-Java_HOWTO.html">http://www.duke.edu/~iwd/howto/VTK-Linux-Java_HOWTO.html</a>.</span><br><br>When I follow the step below "Building the jar":<br><li><code>cd java/</code></li>
<li><code>mkdir classes/</code></li>
<li><code>javac -d classes/ vtk/*.java</code></li><br>The javac prints these errors (middle of the output is skipped):<br><br>vtk/vtkVisibilitySort.java:54: cannot find symbol<br>symbol : class vtkCamera<br>location: class vtk.vtkVisibilitySort<br> private native void SetCamera_11(vtkCamera id0);<br> ^<br>vtk/vtkVisibilitySort.java:55: cannot find symbol<br>symbol : class vtkCamera<br>location: class vtk.vtkVisibilitySort<br> public void SetCamera(vtkCamera id0)<br> ^<br>vtk/vtkVisibilitySort.java:58: cannot find symbol<br>symbol : class vtkCamera<br>location: class
vtk.vtkVisibilitySort<br> private native vtkCamera GetCamera_12();<br> ^<br>vtk/vtkVisibilitySort.java:59: cannot find symbol<br>symbol : class vtkCamera<br>location: class vtk.vtkVisibilitySort<br> public vtkCamera GetCamera()<br> ^<br>vtk/vtkVTKJavaHybridDriver.java:11: cannot find symbol<br>symbol : class vtk3DSImporter<br>location: class vtk.vtkVTKJavaHybridDriver<br> dummy = new vtk3DSImporter();<br> ^<br>vtk/vtkVTKJavaHybridDriver.java:12: cannot find symbol<br>symbol : class vtkArcPlotter<br>location: class vtk.vtkVTKJavaHybridDriver<br> dummy = new
vtkArcPlotter();<br> ^<br>...<br>vtk/vtkVTKJavaRenderingDriver.java:69: cannot find symbol<br>symbol : class vtkProp3DCollection<br>location: class vtk.vtkVTKJavaRenderingDriver<br> dummy = new vtkProp3DCollection();<br> ^<br>100 errors<br><br>What can be the reason why vtkCamera.java and several other files don't exist?<br><span>I downloaded the sources tarball <a target="_blank" href="http://www.vtk.org/files/release/5.0/vtk-5.0.4.tar.gz">http://www.vtk.org/files/release/5.0/vtk-5.0.4.tar.gz</a>. Several *.java files are generated only during the make process, and are not present in the sources initially. Which make step generates these *.java, and how can I find out why some required files a not generated?<br><br>Thank
you<br>Clemens<br></span></div></div><br>
<hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping">
Find them fast with Yahoo! Search.</a></body></html>