Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-06 Thread Diego Pons
Hrishiraj Nair wrote: Hi, How do I get rid of the Terminal Emulator? Usually when we have to run a Java program we go the Terminal Emulator and type in the name of the class file as in $java xyz where xyz.class contains my Byte Code to be executed. As The program is executing, in Java, it becom

Bug in any jdk version: sun, blackdown and IBM

2000-08-06 Thread Fulco Muriglio
Hallo I've found a bug, in _any_ java version. Is in the method canWrite() of the class File. I've created a CD with a working Linux (based on Suse 6.4). In this CD there are the usual special devices under /dev. I can read and write on these devies, with the correct privileges. If I apply the

Re: How Do I Get Rid Of The Terminal Emulator,

2000-08-06 Thread Urban Widmark
On Wed, 16 Aug 2000, Hrishiraj Nair wrote: > How do I get rid of the Terminal Emulator? xterm? > Usually when we have to run a Java program we go the Terminal Emulator > and type in the name of the class file as in > > $java xyz > > where xyz.class contains my Byte Code to be executed. > >

Re: Java3D + XFree 4.0

2000-08-06 Thread Urs Schroffenegger
On Fri, 04 Aug 2000, Andreas Micklei wrote: > Hi, > The GLX Drivers for the various available 3D hardware still contain a lot of > bugs. This is not surprising as these drivers are relatively new. However, > each driver contains different bugs, so it would be nice to know which > hardware / driver

How Do I Get Rid Of The Terminal Emulator,

2000-08-06 Thread Hrishiraj Nair
Hi,   How do I get rid of the Terminal Emulator?   Usually when we have to run a Java program we go the Terminal Emulator and type in the name of the class file as in   $java xyz   where xyz.class contains my Byte Code to be executed.   As The program is executing, in Java, it becomes a re