<html>
<head>
</head>
<body>
Hi Chris,<br>
<br>
When I built vtk the libraries ended up in:<br>
&nbsp;&nbsp;&nbsp; $VTK_HOME/bin<br>
Did you 'make install' after running 'make'?<br>
<br>
I setenv LD_LIBRARY_PATH {$VTK_HOME}/bin<br>
<br>
I am able to run my java programs without problems finding and loading the
libraries on a RedHat7.2 install using VTK4.0.<br>
<br>
Once you do get it running you may have problems using vtkPanel on a Linux
machine. <br>
Stay posted for details.<br>
<br>
- Peter Carr<br>
<br>
Chris Johnson wrote:<br>
<blockquote type="cite" cite="mid:Pine.SOL.4.21.0201171017570.9530-100000@feldspar.epcc.ed.ac.uk">
  <pre wrap="">Hi Peter,<br><br>I managed to get the java examples compiling ok, but did you manage to run<br>them? I still get a java.lang.UnsatisfiedLinkError (see my email<br>10.01.02). If you did get it running then what did you set your<br>LD_LIBRARY_PATH to? We seem to have some problem with the library<br><br>vtkCommonJava<br><br>error: file /home/vtk/VTK41/bin/libvtkCommonJava.so: symbol<br>__1cDstd2l4n0ALchar_traits4Cc___6Frn0ANbasic_ostream4CcCTA__pkC_3_: referenced<br>symbol not found<br><br>and several variations on the above. I suspect there are some more  <br>fundamental problems than simply an incorrectly set path. However, all the<br>make went ok (apart from having to create the directories $VTK_HOME/java<br>and $VTK_HOME/java/vtk manually).<br><br>Cheers,<br><br>Chris<br><br>On Wed, 16 Jan 2002, Peter J. Carr wrote:<br><br></pre>
  <blockquote type="cite">
    <pre wrap="">Jose mendoza wrote<br><br></pre>
    <blockquote type="cite">
      <pre wrap=""> I have a problem compiling cone.java. The compiler<br>can not find the vtkPanel().  <br><br> Where is this class located??<br><br><br></pre>
      </blockquote>
      <pre wrap="">VTK/Wrapping/Java/vtkPanel.java<br><br>Once the 'make process is complete' I compiled the vtk java classes with <br>the following:<br>    cd VTK/java/vtk<br>    javac -classpath ../ -d ../ *.java<br>Then made a jar file with:<br>    cd ..<br>    jar -cf vtk.jar vtk/*.class<br><br>When compiling vtkPanel.java you need to make sure vtk.jar is on the <br>classpath.<br></pre>
      </blockquote>
      <pre wrap=""><!----><br>_______________________________________________<br>This is the private VTK discussion list. <br>Please keep messages on-topic. Check the FAQ at: <a class="moz-txt-link-rfc2396E" href="http://public.kitware.com/cgi-bin/vtkfaq">&lt;http://public.kitware.com/cgi-bin/vtkfaq&gt;</a><br>Follow this link to subscribe/unsubscribe:<br><a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a><br><br><br></pre>
      </blockquote>
      <br>
      </body>
      </html>