<HTML><BODY><DIV style='font-family: "Verdana"; font-size: 10pt;'><DIV>
<DIV> </DIV> For weeks, have been struggling with:<BR><BR>
<STYLE>
.AOLPlainTextBody {
margin: 0px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 12px;
color: #000;
background-color: #fff;
}
.AOLPlainTextBody pre {
font-size: 9pt;
}
.AOLInlineAttachment {
margin: 10px;
}
.AOLAttachmentHeader {
border-bottom: 2px solid #E9EAEB;
background: #F9F9F9;
}
.AOLAttachmentHeader .Title {
font: 11px Tahoma;
font-weight: bold;
color: #666666;
background: #E9EAEB;
padding: 3px 0px 1px 10px;
}
.AOLAttachmentHeader .FieldLabel {
font: 11px Tahoma;
font-weight: bold;
color: #666666;
padding: 1px 10px 1px 9px;
}
.AOLAttachmentHeader .FieldValue {
font: 11px Tahoma;
color: #333333;
}
</STYLE>
<DIV id=AOLMsgPart_2_6b4ae056-ae6b-466b-bbc7-f0dfd9a30314>
<DIV>Can't run Simplevtk.java on winXP PC but using Eclipse IDE but works with CodeWarrior.</DIV>
<DIV>Can't seem to link native methods (.dll's??) called in vtkpanel---lock(),unlock(),and rendercreate(),</DIV>
<DIV>I'm using/pointing to same envi variables as CodeWarrior yet it doesn't link with Eclipse IDE. system load libraries ( called in vtkpanel) execute properly at runtime.</DIV>
<DIV> <BR><BR>Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: <BR>RenderCreate<BR> at vtkPanel.RenderCreate(Native Method)<BR> at vtkPanel.Render(vtkPanel.java:139)<BR> at vtkPanel.paint(vtkPanel.java:159)<BR> at sun.awt.RepaintArea.paintComponent(Unknown Source)<BR> at sun.awt.RepaintArea.paint(Unknown Source)<BR> at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)<BR> at java.awt.Component.dispatchEventImpl(Unknown Source)<BR> at java.awt.Component.dispatchEvent(Unknown Source)<BR> at java.awt.EventQueue.dispatchEvent(Unknown Source)<BR> at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)<BR> at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<BR> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<BR> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<BR> at java.awt.EventDispatchThread.run(Unknown Source)<BR><BR>Tried:<BR>CLASSPATH = .;%JAVA_HOME%\lib\classes.zip;C:\Program Files\vtk42\bin\;C:\Program <BR>Files\vtk42\bin\vtk.jar;C:\Program Files\vtk42\lib\vtk;C:\Program <BR>Files\vtk42\lib<BR><BR>Path = ...;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;c:\GLF;C:\Program <BR>Files\vtk42\bin\;C:\Program Files\vtk42\bin\vtk.jar;C:\Program <BR>Files\vtk42\lib\vtk;C:\Program Files\vtk42\lib</DIV>
<DIV> </DIV>
<DIV>then:<BR><BR>In the Ecllipse Run window Selected the Arguments tab. In the VM Arguments area <BR>created variable -Djava.library.path set to C:\Program Files\vtk42\bin\<BR> Then tried setting to C:\Program Files\vtk42\bin\;C:\Program <BR>Files\vtk42\bin\vtk.jar;C:\Program Files\vtk42\lib\vtk;C:\Program <BR>Files\vtk42\lib;;C:\j2sdk1.4.2_08\lib;C:\j2sdk1.4.2_08\lib\jawt.lib<BR> This causes Java VM Launcher to crash--<BR> Message window--" Can't find Main Class"<BR> Console reports--java.lang.NoClassDefFoundError: C:\Program<BR>Exception in thread "main"<BR><BR>Later, tried adding to CLASSPATH and Path---- C:\j2sdk1.4.2_08\lib;C:\j2sdk1.4.2_08\lib\jawt.lib<BR><BR><BR><BR>What else can I do?<BR></DIV><!-- end of AOLMsgPart_0_4010c513-7b11-45b6-a1c3-83cd9b28c683 --></DIV><!-- end of AOLMsgPart_2_6b4ae056-ae6b-466b-bbc7-f0dfd9a30314 --></DIV></DIV></BODY></HTML>