[vtkusers] VTK + Java (once more)
Schönach Alwin
schoenach at utanet.at
Wed Dec 4 15:12:01 EST 2002
Hallo !
Here I describe my problem once more, more detailed;
system path-variable:
PATH=%path%;c:\j2sdk1.4.0_03\bin;j2sdk1.4.0_03\jre\bin;C:\Programme\vtk40\bin
CLASSPATH variable:
c:\j2sdk1.4.0_03\bin;c:\Programme\vtk40\bin\vtk.jar;.
1.) No problem with: javac Cone ......No problem -> Cone.class
2.) java Cone .....Error: java.exe "component not found, programm could not be startet, because jawt.dll was not found. New installation could solve the problem"
java.lang.UnsatisfiedLinkError: C:\Programme\vtk40\bin\vtkRenderingJava.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1404)
at java.lang.Runtime.loadLibrary0(Runtime.java:772)
at java.lang.System.loadLibrary(System.java:832)
at Cone.<clinit>(Cone.java:22)
Exception in thread "main"
Thanks in advance
Alwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20021204/e64fdfce/attachment.htm>
More information about the vtkusers
mailing list