Hi Brad, I can run Java3D applications remotely with Xwindows. I used SUN
Machines running some version of Solaris with JDK1.2 (but neither OpenGL
nor Java3D) and my Linux laptop with JDK1.2.2RC4, Java3d, and MesaGL. It
worked without a hitch, but the performance (for animation) was really
horrid.
Are you sure you enabled xforwarding properly?
Rohit
+---------------------------------------------------------------+
| I know not with what weapons World War III will be fought, |
| but World War IV will be fought with sticks and stones. |
| --Albert Einstein |
+---------------+--------------------------------+--------------+
| http://rohitnet.dyndns.org |
+--------------------------------+
> Date: Mon, 30 Jul 2001 12:16:12 +1000
> From: Bradley White <[EMAIL PROTECTED]>
> Subject: Java3D and remote Xservers
>
> 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".