[vtkusers] VTK + Java (once more)
Jeff Lee
jeff at cdnorthamerica.com
Wed Dec 4 15:15:40 EST 2002
is jawt.dll in your PATH?
-Jeff
Schönach Alwin wrote:
> 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
More information about the vtkusers
mailing list