<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2>I can't really start using vtk because I get the
following error with all examples whan I run them.</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm using the following command for
Cone.class:</FONT></DIV>
<DIV><FONT face=Arial size=2>java -Djava.library.path="D:\Program
files\vtk42\bin;D:\Program Files\vtk42\lib\vtk;D:\Program Files\vtk42\lib" -cp
.;"D:\Program files\vtk42\bin\vtk.jar" </FONT><FONT face=Arial
size=2>Cone</FONT></DIV>
<UL>
<LI>java.lang.UnsatisfiedLinkError: D:\Program
Files\vtk42\bin\vtkRenderingJava.dll: Can't find dependent libraries
<LI><FONT face=Arial size=2>at java.lang.ClassLoader$NativeLibrary.load(Native
Method) </FONT>
<LI><FONT face=Arial size=2>at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473) </FONT></LI>
<LI><FONT face=Arial size=2>at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1397)</FONT></LI>
<LI><FONT face=Arial size=2>at
java.lang.Runtime.loadLibrary0(Runtime.java:788) </FONT></LI>
<LI><FONT face=Arial size=2>at
java.lang.System.loadLibrary(System.java:832)</LI>
<LI>at Cone.<CLINIT>(Cone.java:22)
<UL>
<LI>Exception in thread "main" </LI></UL></LI></UL>
<DIV>More over Windows gives this warning :</DIV>
<DIV>the application ( java.exe) cannot start, it cannot find jawt.dll. You
should reinstall the application.</DIV>
<DIV> </DIV>
<DIV>If you have any ideas...</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>I have also another problem with vtkPanel and vtkCanvas... when I
compile SimpleVTK.java, I get this strange error:</DIV>
<UL>
<LI>D:/Program Files/vtk42/bin/vtk.jar(vtk/vtkPanel.java) [7:1] class vtkPanel
is public, should be declared in a file named vtkPanel.java</LI>
<LI>(source unavailable)</LI>
<LI> 1 error </LI>
<LI>Errors compiling SimpleVTK. </LI></UL>
<DIV>But vtkPanel and vtkCanvas are actually in vtk.jar... I even try to
recompile them and put them again in vtk.jar... it doesn't work</DIV>
<DIV> </DIV>
<DIV>Thanks in advance</DIV>
<DIV>bernadette</DIV></FONT></BODY></HTML>