Just back! =)<br><br>And I got success!<br><br>I&#39;ve just set my enviroment variables like this:<br><br>path: C:\Arquivos de programas\Java\jdk1.5.0_06\jre\bin;C:\VTK\VTKbin\bin\debug<br><br>I don&#39;t really know why I had to choose [...]\jdk1.5.0_06\jre\bin .. But If I set just 
jdk1.5.0_06\bin, it didn&#39;t work... it looked up for soime files located in jdk1.5.0_06\jre\bin... <br><br>Well, I believe it&#39;s because the instalation and configuration of JDK here.. <br><br>Thank you all for your help once more guys!
<br><br>Regards, <br><br>Rodrigo - I really like vtkusers mailing list!!<br><br><br><br><br><div><span class="gmail_quote">On 8/20/07, <b class="gmail_sendername">Rodrigo</b> &lt;<a href="mailto:rca.cirdan@gmail.com">rca.cirdan@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi!!<br><br>Thank you all for your help!!<br><br>I&#39;ll try to follow all the tips you said and if I get some difficult, I write you again...
<br><br>If I get some success, I tell you how I did it.. =)<br><br>Thanks once more!
<br><br>Regards, <br><span class="sg"><br>Rodrigo</span><div><span class="e" id="q_114830a20d0cd4ed_2"><br><br><br><div><span class="gmail_quote">On 8/19/07, <b class="gmail_sendername">Bartlomiej Wilkowski</b> &lt;<a href="mailto:wilku_83@o2.pl" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
wilku_83@o2.pl</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Rodrigo,<br><br>I saw that Stephen has already given you the link to my howto webpage.&nbsp;I&nbsp;suppose&nbsp;that&nbsp;if&nbsp;you&nbsp;configure&nbsp;your&nbsp;paths&nbsp;as&nbsp;I&nbsp;wrote&nbsp;there and&nbsp;use&nbsp;vtk.jar&nbsp;file&nbsp;with&nbsp;your&nbsp;project&nbsp;it&nbsp;should&nbsp;work.&nbsp; <br><br>For  your future work I will also give you one clue. When you create a jar file of your VTK with Java program, it can happen that it will not work on some other computers and you will get the same error as you have now. This is because, when you compile VTK with Visual Studio 2005 or higher, the created dlls unfortunately have dependencies to&nbsp;.NET&nbsp;
2.0&nbsp;platform so&nbsp;what&nbsp;I&nbsp;discovered&nbsp;that it is necessary to install this platform anywhere you want to run your final application. I dont really like it, but I didnt find better solution. If you compile with older Visual Studio this problem does not appear. I can send you also info about how&nbsp;the&nbsp;Path&nbsp;environment&nbsp;is&nbsp;configuured&nbsp;on&nbsp;my&nbsp;comp.
<br><br>write me if you have any more questions considering VTK + Java.&nbsp; I was using Eclipse not NetBeans but I believe this is no problem since this is only tool. I ll try to help.<br><br>good luck,<br><br>Bartek Wilkowski
<br><br><br><div><span class="gmail_quote">2007/8/18, Stephen &lt;<a href="mailto:mailinglists@icaril.eclipse.co.uk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mailinglists@icaril.eclipse.co.uk
</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span>
hi<br><br>you might like to look at the guide written by Bartek at<br><br><a href="http://www.vtk.org/pipermail/vtkusers/2006-December/088478.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/pipermail/vtkusers/2006-December/088478.html
</a><br><br>
The error you describe sounds like the software can&#39;t find the dlls<br>however. Either a dll has not been loaded in your code via<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary(&quot;vtkCommonJava&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary


(&quot;vtkFilteringJava&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary(&quot;vtkIOJava&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary(&quot;vtkImagingJava&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary(&quot;vtkGraphicsJava&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary


(&quot;vtkRenderingJava&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary(&quot;vtkHybridJava&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.loadLibrary(&quot;vtkWidgetsJava&quot;);<br>etc<br><br>or the path to dlls has not been specified correctly in your environment
<br>variables. Here is an excerpt from mine..<br><br>C:\jdk1.5.0_10\bin;C:\vtk-5.0.2\VTKbin\bin\release;<br><br>If you have doubts about the integrity of your build you could try<br>downloading Cassandra which includes precompiled VTK Java wrappers.
<br><br><a href="http://dev.artenum.com/projects/cassandra" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://dev.artenum.com/projects/cassandra</a><br><br>good luck!<br><br>Stephen<br><br><br>

<br>Rodrigo wrote:<br><br>&gt; Hello,<br>&gt;<br>&gt; I&#39;ve being trying to&nbsp;&nbsp;compile VTK&nbsp;&nbsp;to run on Windows XP OS and use it
<br>&gt; with Java!<br>&gt; I usually use NetBeans to build my Java projects...<br>&gt;<br>&gt; But I&#39;m getting some difficulties on this compilation...<br>&gt; I&#39;ve download Cmake, v. 2.6, also Visual Studio 2008, and tried some
<br>&gt; steps I&#39;ve found into<br>&gt; internet tutorials.<br>&gt;<br>&gt; I can configure everything on Cmake, and build the vtk source using<br>&gt; Visual Studio, as followed<br>&gt; the tutorials.<br>&gt; Now, I did the compilation of a &quot;java + vtk&quot; program works.. But when
<br>&gt; I try to run it, the follow<br>&gt; errors occour:<br>&gt;<br>&gt; &quot;Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError : VTKInit&quot;<br>&gt;<br>&gt; I have already tried to re-configure my PATH and CLASSPATH variables,
<br>&gt; but I got no success,<br>&gt; each time, a diferent error occours..<br>&gt;<br>&gt; The question is just easy:<br>&gt;<br>&gt; Can someone help me???<br>&gt; Is there a official documentation (or just one that really works) that
<br>&gt; explains how to configure the complete enviroment to use<br>&gt; Java + VTK on Windows XP??<br>&gt;<br>&gt; Thanks for any help!!<br>&gt;<br>&gt; Rodrigo<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;------------------------------------------------------------------------
<br>&gt;<br>&gt;_______________________________________________<br>&gt;This is the private VTK discussion list.<br>&gt;Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.vtk.org/Wiki/VTK_FAQ
</a><br>&gt;Follow this link to subscribe/unsubscribe:<br>&gt;<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br>&gt;<br>&gt;<br><br><br></span></div>_______________________________________________
<span><br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></span></blockquote></div><br>
<br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br><br></blockquote></div><br>
</span></div></blockquote></div><br>