[vtkusers] can't load library

Diana Iliescu diady at email.ro
Sun Dec 5 08:11:18 EST 2004


  
Hi,  
I'm trying to run a project (using vtk) on Linux but I still get some errors.  
At first I couldn't load the libraries I needed but I used System.load(...)  
instead of System.loadLibrary(...); it worked with all the libraries except  
one: libvtkRenderingJava. Now I get this error and I have no idea how to make  
the project work.  
I installed vtk42 and I use jdk1.5.0...  
Can anyone give me a solution?  
Thanks...  
  
Exception in thread "main"  
java.lang.UnsatisfiedLinkError: /home/diana/VTK/bin/libvtkRenderingJava.so: /home/diana/VTK/bin/libvtkRenderingJava.so:  
undefined symbol: JAWT_GetAWT  
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)  
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)  
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)  
	at java.lang.Runtime.load0(Runtime.java:769)  
	at java.lang.System.load(System.java:967)  
	at vtkPanel.<clinit>(vtkPanel.java:85)  
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native  
Method)  
	at  
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)  
	at...............  
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)  
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)  
	  
bauinformatik.numerics.octree.test.testmesh$1.<init>(testmesh.java:18)  
	at bauinformatik.numerics.octree.test.testmesh.main(testmesh.java:18)  
  

_________________________________
Vreau sa-mi inregistrez CV-ul la BursaMuncii!
Vreti sa publicati oferte de munca? Noi avem solutia!
Lasa profesionistii sa lucreze pentru tine!
http://www.bursamuncii.ro



More information about the vtkusers mailing list