I was able to duplicate your problem. It's because you're using Java 1.2 beta 4
with the release version
of Java 3D 1.1.
You'll get this error if you're not using the most current version of Java 2 (use
the Java 2 reference
release) and Java 3D 1.1. Updating will fix the problem.
Steve
Pamela Ravasio wrote:
> on running any of the provided examples one the solaris environment, the
> following excpetion arises:
>
> > java HelloUniverse
>
> >Exception in thread "main" java.lang.NoSuchMethodError:
> >sun.awt.X11GraphicsConfig: method getVisual()I not found
> at javax.media.j3d.NativeConfigTemplate3D.getBestConfiguration(Compiled
> >Code @ 0x34a940)
> at
> >javax.media.j3d.GraphicsConfigTemplate3D.getBestConfiguration(GraphicsConfigTem
> >plate3D.java:244)
> at java.awt.GraphicsDevice.getBestConfiguration(GraphicsDevice.java:92)
> at
> >com.sun.j3d.utils.universe.SimpleUniverse.getPreferredConfiguration(SimpleUnive
> rse.java:270)
> at HelloUniverse.<init>(HelloUniverse.java:83)
> at HelloUniverse.main(HelloUniverse.java:104)
>
> has anybody got an idea where the problem could be?
>
> we tried to include any of the .jar files is the $CLASSPATH as well, with no
> visible success.
>
> pamela ravasio
>
> =====================================================================
> To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
> Java 3D Home Page: http://java.sun.com/products/java-media/3D/
--
Steve Pietrowicz - [EMAIL PROTECTED] Project Manager - NCSA Java 3D Group
NCSA Portfolio: http://havefun.ncsa.uiuc.edu/Java3D/portfolio/
New Beta 2a release! New Loaders, record and replay of your
Java 3D apps and more! Freely available for non-commercial use!
You Build It VR: http://havefun.ncsa.uiuc.edu/Java3D/YouBuildItVR/
Build your own multi-user virtual worlds with no programming experience!
The Java3D FAQ: http://tintoy.ncsa.uiuc.edu/~srp/java3d/faq.html
Java News Network: http://tintoy.ncsa.uiuc.edu/~srp/java/javanews.html
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/