Error running Java3D on Linux: Error Canvas3D_createContext: couldn't create context.
Dear fellow Linux developers: i get the following error message whenever i try to run a Java3D demo -HelloUniverse (or my own Java3D program) on my Red Hat Linux 6.2 machine: % /users/larameer/java/j2sdk1.3.1/bin/java -jar HelloUniverse.jar Error Canvas3D_createContext: couldn't create context. (repeated several times) i have tried 3 versions of Java3D: java3D 1.1.1pre java3D 1.1.3 java3D 1.2.1 and all yield the exact same error message. i am running Red Hat Linux 6.2 and my X color bit depth is set to 24 (i originally thought this was the problem). Any ideas out there? A simple "HelloWorld" program that only prints out Hello World runs fine. i also have no problem running the demo Notepad program in the j2sdk1.1.3 release. And *all* of the Mesa3d demos are working fine. Any ideas are appreciated! -cheers, bob = Robert S Laramee home: +43 (316) 720-756 Mariengasse 5 office: +43 (316) 787-1740 8020 Graz, Austriafax: +43 (316) 787-777 http://www.cs.unh.edu/~sdb/rlaramee __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
GUI Application
Hi, I want to run a java GUI application in a bootable CD with Linux, I have already in this bootable CD: - Kernel 2.2.16 - XFree 3.3.6 - Window Manager (I didn't install it yet!) I want to know want kind of Window Manager I have to install (Gnome, KDE, TWM, other) and want kind of applicative I have to install to start the java app. I'm using the jre 1.3.1 from Sun, there is another jvm that I can use to improve (performance, size, etc.) my CD? Thanks, Joan. ## # ## ## ## ## ##### # ### ### ## ## ## ## ### ### ## ## ## ### ## #### ## ### ## ## Joan Alminhana Bernardes Software Designer email: mailto:[EMAIL PROTECTED] phone: 55 51 33162727 mobile: 55 51 91141525 fax: 55 51 33162754 telnet: 7252727 Address: Av. Carlos Gomes, 1340 6th Floor - Porto Alegre - RS - Brazil -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GUI Application
On Tue, 11 Sep 2001, BERNARDES,JOAN (Non-HP-Brazil,ex1) wrote: > Hi, > I want to run a java GUI application in a bootable CD with Linux, I > have already in this bootable CD: > I want to know want kind of Window Manager I have to install (Gnome, > KDE, TWM, other) and want kind of applicative I have to install to start the > java app. > I'm using the jre 1.3.1 from Sun, there is another jvm that I can > use to improve (performance, size, etc.) my CD? We have one Application running on TouchScreen with Xfree86 without WindowManager. The application was started directly with xinit. In your case you could use JRE1.3 from IBM which is smaller than JRE from sun. But this might be, because sun has additional classes in their JRE. -- Oktay Akbal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]