Re: jdk on linux

2001-08-22 Thread Juergen Kreileder
Nathan Meyers <[EMAIL PROTECTED]> writes: > On Wed, Aug 22, 2001 at 05:39:03PM +0800, Sam (Ying-Hsien Ku) wrote: >> Hi all, >> I have installed jdk1.2.2 on Mandrake 7.0 >> >> However, >> [root@linuxsam jdk1.2.2]# javac >> Error: can't find libjava.so. >> [root@linuxsam jdk1.2.2]# (You might wan

Re: jdk on linux

2001-08-22 Thread Nathan Meyers
On Wed, Aug 22, 2001 at 05:39:03PM +0800, Sam (Ying-Hsien Ku) wrote: > Hi all, > I have installed jdk1.2.2 on Mandrake 7.0 > > However, > [root@linuxsam jdk1.2.2]# javac > Error: can't find libjava.so. > [root@linuxsam jdk1.2.2]# > > I just find the file on /home/sam/jdk1.2.2/jre/lib/i386/libjav

full screen application window

2001-08-22 Thread Stu Wier
How do you make a stand-alone Java application window that on start-up 1. automatically fills the entire screen on whatever system it is on; 2. has no border, such as the border JFrame has. Stu -- Stuart Wier UCAR Unidata Program [EMAIL PROTECTED]

jdk on linux

2001-08-22 Thread Sam (Ying-Hsien Ku)
Hi all, I have installed jdk1.2.2 on Mandrake 7.0   However, [root@linuxsam jdk1.2.2]# javacError: can't find libjava.so.[root@linuxsam jdk1.2.2]#   I just find the file on /home/sam/jdk1.2.2/jre/lib/i386/libjava.so.   What should I do? thank you all~