[vtkusers] vtkPanel class file in package occurs run-time error

Ivan Kuo kch90 at dvis.cs.ccu.edu.tw
Thu Jan 2 00:31:41 EST 2003


Hi all,
    I'm trying to packet my vtk java class files and the vtkPanel class file into a directory, so I add "package project;" to the vtkPanel.java and my vtk java files. But i got a run-time error (below) when executing. However, It is executable without package the vtkPanel file.

Exception in thread "main" java.lang.UnsatisfiedLinkError: SetSizeInternal
        at project.vtkPanel.SetSizeInternal(Native Method)
        at project.vtkPanel.setSize(vtkPanel.java:58)
        at project.isoSurface.<init>(isoSurface.java:53)
        at project.isoSurface.main(isoSurface.java:303)
Any help is appreciated!

Ivan Kuo  
kch90 at cs.ccu.edu.tw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030102/b1556e9a/attachment.htm>


More information about the vtkusers mailing list