I've just recently managed to install VTK with Java bindings on my 1GHz G4 Powerbook running Mac OS10.3.9. I am now trying to get the Cone.java example to run.<br><br>I can compile it and run the Cone.class file without any errors, the trouble is that it hangs. I added some print statements to the code and found that the
System.loadLibrary statements run, but the program hangs at the line:<br><br>vtkConeSource cone = new vtkConeSource();<br><br>I searched the list archives and did not find anyone mention a problem like this. I have no idea what to try next.
<br><br>Does anyone have any suggestions as to what the problem might be?<br><br>Thanks,<br>Jennifer<br>