[vtkusers] Does java NEED a vtkPanel?
Karin Faulhaber
faulhabe at ipf.uni-karlsruhe.de
Mon Feb 26 12:59:19 EST 2001
Hi,
I'm using vtk with java and get an "UnsatisfiedLinkError: VTKInit"
whenever I run an application which doesn't have vtkPanel as the first
vtk class. To illustrate that:
public Random() {
vtkPanel dummyPanel = new vtkPanel();
vtkMath math = new vtkMath();
...
works.
public Random() {
//vtkPanel dummyPanel = new vtkPanel();
vtkMath math = new vtkMath();
...
doesn't.
Does anyone have an idea about that?
Thanks a lot for any answers,
Karin
--
Karin Faulhaber
Universitaet Karlsruhe
Institut fuer Photogrammetrie und Fernerkundung (IPF)
Englerstr. 7
76128 Karlsruhe
Tel: 0721/608-3676
Email: faulhaber at ipf.uni-karlsruhe.de
More information about the vtkusers
mailing list