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

[511 byte] By [s00bf0f8a] at [2007-11-26 18:47:37]
# 1

I had the same problem due to conflicting versions of Java3d and Java and where the binary installer puts the files - which was not where I wanted them. I am doing different development in jdk 1.5 and 1.6 and java3d 1.4 and 1.5.

If you have a similar situation, you may want to use the .zip (or equivalent) files and install them directly into the jdk desired.

Joe

joe_coughlina at 2007-7-9 6:21:34 > top of Java-index,Security,Cryptography...
# 2
check if you jar are also in the Java runtime EXT directorie.that only if you can compile and nit run it.regards
hterrollea at 2007-7-9 6:21:34 > top of Java-index,Security,Cryptography...