[vtkusers] vtknightly 11/09/03 + Java

Jarek Sacha jarek at ieee.org
Fri Sep 12 12:48:36 EDT 2003


--- Stefan Maas <stefan.maas at fh-gelsenkirchen.de> wrote:
> Hi,
> 
>  
> 
> I am trying to update my little program from vtk4.2 to the newest
> vtknightly. Here are the problems:
> 
>  
> 
> My program runs fine with vtk4.2 and Java - my IDE is Netbeans 3.5 and
> everythung runs on WINXP Pro.
> 
> So far - so good.
> 
> To use some of the the new nightly-methods I downloaded it, installed it
> with Visual Studio - no problem.
> 
> But when I use the new generated vtk.jar-file I just got errors like:
> 
> Java.lang.UnsatusfuedLinkError: SetBackground_10
> 
>             at vtk.vtkViewport.SetBackground_10(Native Method)
> 
>             at vtk.vtkViewport.SetBackground(vtkViewport.java:52)
> 
>             .
> 
> When I flip back and use the old "vtk.jar" everything works fine.
> 
> Now the million$-question. Where is the error???
> 
>  
> 
> Btw: My program is a modification of the "TestInternalFrames"-prog.
> 

Looks that you updated vtk.jar but did not update VTK DLLs and you have
mismatch. The vtk.jar and VTK DLLs should be all from the same release.

Jarek



More information about the vtkusers mailing list