<div dir="ltr">Probably coming from the C++ side.<div>Anyway, could you explain all the steps and settings you've done when trying to build VTK.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 18, 2016 at 5:38 AM, lorepunmanee <span dir="ltr"><<a href="mailto:lorepunmanee@hotmail.com" target="_blank">lorepunmanee@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I make vtk but I got error below,<br>
<br>
/home/globus/VTK-7.0.0/java/<wbr>vtk/vtkJavaTesting.java:11: error: cannot find<br>
symbol<br>
import vtk.vtkTesting;<br>
          ^<br>
  symbol:   class vtkTesting<br>
  location: package vtk<br>
/home/globus/VTK-7.0.0/java/<wbr>vtk/vtkJavaTesting.java:131: error: cannot find<br>
symbol<br>
  private static vtkTesting Tester = null;<br>
                 ^<br>
  symbol:   class vtkTesting<br>
  location: class vtkJavaTesting<br>
/home/globus/VTK-7.0.0/java/<wbr>vtk/vtkJavaTesting.java:78: error: cannot find<br>
symbol<br>
    vtkJavaTesting.Tester = new vtk.vtkTesting();<br>
                                   ^<br>
  symbol:   class vtkTesting<br>
  location: package vtk<br>
3 errors<br>
make[2]: *** [java/javac_stamp.txt] Error 1<br>
make[1]: *** [Wrapping/Java/CMakeFiles/<wbr>VTKJavaClasses.dir/all] Error 2<br>
make: *** [all] Error 2<br>
<br>
 For the error, it doesn't have vtkTesting.java in vtk floder<br>
Please anybody help me to solve.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Error-in-vtkJavaTesting-tp5740813.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/Error-in-vtkJavaTesting-<wbr>tp5740813.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>