Hello,
I'm trying to use Java3D with my MacPro, NVIDIA GeForce 7300 GT (the MacPro
seems to be this one :
http://www.mac-pro.com/Intel-MacPro-2-6-6-gHz-Tower?sc=2&category=2265)
But this does not run as I always have a null GraphicsConfiguration
(obtained through SimpleUniverse.getPreferredConfiguration() method).
Is there any known incompatibility between Java3D 1.5.1 and the OS/card ?
Here is the corresponding part in my code :
>Canvas3D c = new Canvas3D(SimpleUniverse.getPreferredConfiguration());
And here is the error message :
>************************************************************************
>*** ERROR: Canvas3D constructed with a null GraphicsConfiguration
>*** This will cause a NullPointerException in a subsequent release
>************************************************************************
>Exception in thread "main" java.lang.NullPointerException: Canvas3D: null
>GraphicsConfiguration
> at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:1106)
> at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:1071)
Any help would be really greatful
Thanks
Cheers
Benoit
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden