[vtkusers] Java problems with VTK
Thomas Gaborski
trg7 at cornell.edu
Thu Jul 27 19:39:04 EDT 2000
I am having trouble executing any of the sample java files found on the
kitware and other web pages. Compiling works fine, its just when
executing that i receive the following errors:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
C:\WINDOWS\SYSTEM\vtkjava.dll: a device attached to the system is not
functioning
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadlibrary0(Unknown Source)
ar java.lang.ClassLoader.loadlibrary(Unknown Source)
at java.lang.runtime.loadLibrary(Unknown Source)
at java.lang.System.loadlibrary(Unknown Source)
at vtk.vtkPanel.<clinint>(vtkPanel.java:23)
at sphere.<init>(sphere.java:28)
at sphere.main(sphere.java:84)
Compiling according to step 3. with pcmaker worked fine and using the
make file in the vtkbin/vtkdll file worked as well. But when i changed
to the vtkbin/vtkjava directory and tried that makefile it made a fatal
error:
after copying MAKE0000.@@@ CPP_PROJ.CFG
Fatal: 'C:\Borland\bcc55\lib\c0pkg32.obj' does not exist- don't know how
to make it
Did anyone have more success with loading java/vtk3.1 in a windows
platform (specifically Win98). Any help would be greatly appreciated.
thanks,
tom
More information about the vtkusers
mailing list