I have a application using Java3D running under linux (redhat 7.1, Java 1.3.0, Java3D 1.2.1 from blackdown.org) and I want to display the output on an SGI O2. I set the display variable in the usual fashion but I get the following error from the application : WARNING: Canvas3D constructed with a null GraphicsConfiguration. Exception in thread "main" java.lang.NullPointerException at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:907) at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:869) [...] The application runs fine under linux. I'm assuming it is crashing because it does not know how to render to a remote xserver? Is it possible to set Java3D to render in software explicitly (via a command line option)? Or do I need to port the application to the SGI? (Does anyone know when SGI will release Java3D 1.2.1?) Any help greatly appreciated. Brad. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
