Problem after installing Java3d
Hi,
I am working on a WindowsXP machine and just installed Java 3D using the Binary. I have created a class or two which compile perfectly but i get a run-time error at the first Java 3D line of code encountered :
GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration();
The error i get is :
Exception in thread "main" java.lang.UnsatisfiedLinkError: getAWT
If you could provide any information regarding this problem i would be grateful
Thanks John

