<div dir="ltr">Hi <span style="font-family:arial,sans-serif;font-size:13px">Ilan,</span><div><br></div><div>I&#39;m not sure this is the issue, but I ran into similar issue a while ago and to me, I needed to add a sub-directory of my java installation that contain the file jawt.so into your LD_LIBRARY_PATH.<div>
<br></div><div style>The name of the .so file might not be exactly that, but it should be related to awt in some way, and basically you should find 3 different one that belong to a different set of directory regarding which &#39;Graphic mode&#39; you are on...</div>
<div style><br></div><div style>Hope that helps,</div></div><div style><br></div><div style>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 22, 2013 at 12:26 PM, Ilan <span dir="ltr">&lt;<a href="mailto:ilan.tal@gmail.com" target="_blank">ilan.tal@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have compiled vtk for Linux 64, Java wrapping and my Java program crashes<br>
with<br>
<br>
./ImageJ-linux64: symbol lookup error:<br>
/home/ilan/Fiji.app/lib/linux64/libvtkRenderingJava.so.5.10.1: undefined<br>
symbol: JAWT_GetAWT<br>
<br>
With grep I found 3 references in vtk/Common/vtkJavaAwt.h to the symbol but<br>
I couldn&#39;t find it defined anywhere.<br>
It is used as<br>
<br>
  /* Get the AWT */<br>
  awt.version = JAWT_VERSION_1_3;<br>
  if (JAWT_GetAWT(env, &amp;awt) == JNI_FALSE)<br>
<br>
I am guessing that vtk somehow gets to the above line, then it doesn&#39;t know<br>
what to do with the function call.<br>
Can anyone advise me what to do? (My program crashes so that I can&#39;t use<br>
vtk.)<br>
<br>
Thanks,<br>
Ilan<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/is-this-a-bug-should-I-file-it-somewhere-tp5720281.html" target="_blank">http://vtk.1045678.n5.nabble.com/is-this-a-bug-should-I-file-it-somewhere-tp5720281.html</a><br>

Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>