<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello users
<p>OK, after the e-mail from Jeff Lee, I downloaded cvs-vtk, and tried
the SimpleVTK.java from command line. It works fine :) Also
Regression.java works fine on command line
<p>I am on Redhat 7.2, and jdk1.3.1_02 and vtk 4.0
<br>Hoowever, I get in to trouble, when I try to do the same thing on my
IDE ( I am using CodeGuide). The Regression.java or SimpleVTK.java
failes and get the following error message, but the simple Cone.java example
on vtk web site works fine with IDE.
<p>Does anyone know of an IDE, where Java and VTK 4.0 work happily on a
linux (Redhat) platform
<p>regards
<br>satheesh
<p>ps: Here is the errors for Regression.java
<p><font color="#FF0000">ERROR: In /home/satheesh/vtk/cvs_vtk/VTK/IO/vtkPNGReader.cxx,
line 37</font>
<br><font color="#FF0000">vtkPNGReader (0x80ebcd8): Unable to open file
Regression.png</font><font color="#FF0000"></font>
<p><font color="#FF0000">ERROR: In /home/satheesh/vtk/cvs_vtk/VTK/Imaging/vtkImageDifference.cxx,
line 350</font>
<br><font color="#FF0000">vtkImageDifference (0x80ea688): ExecuteInformation:
Input are not the same size.</font><font color="#FF0000"></font>
<p><font color="#FF0000">Java smoke test error!</font><font color="#FF0000"></font>
<p><font color="#3366FF">Here is the error from SimpleVTK.java</font><font color="#3366FF"></font>
<p><font color="#3366FF">Exception occurred during event dispatching:</font>
<br><font color="#3366FF">java.lang.UnsatisfiedLinkError: RenderInternal</font>
<br><font color="#3366FF"> at vtkPanel.RenderInternal(Native Method)</font>
<br><font color="#3366FF"> at vtkPanel.Render(vtkPanel.java:78)</font>
<br><font color="#3366FF"> at vtkPanel.paint(vtkPanel.java:86)</font>
<br><font color="#3366FF"> at sun.awt.RepaintArea.paint(RepaintArea.java:298)</font>
<br><font color="#3366FF"> at sun.awt.motif.MComponentPeer.handleEvent(MComponentPeer.java:349)</font>
<br><font color="#3366FF"> at java.awt.Component.dispatchEventImpl(Component.java:2663)</font>
<br><font color="#3366FF"> at java.awt.Component.dispatchEvent(Component.java:2497)</font>
<br><font color="#3366FF"> at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)</font>
<br><font color="#3366FF"> at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)</font>
<br><font color="#3366FF"> at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)</font>
<br><font color="#3366FF"> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)</font>
<br><font color="#3366FF"> at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)</font>
<br><font color="#FF0000"></font>
<br><font color="#FF0000"></font> </html>