Re: A very strange problem with JTextFields

2000-09-28 Thread Uli Luckas
Hi Zack, just to make sure. Did you clean your build tree (removed all class files) and rebuild? Are you sure, there are no wrong/old classes somewhere in your classpath? This could caus some static mebers to be out of sync as they are inlined from other classes on reference. Uli "Grossbart, Za

Re: What is .bz2

2000-09-28 Thread Tom . Williams
You can learn about bzip2 here: http://sources.redhat.com/bzip2/ Peace. Tom Reghunath P D <[EMAIL PROTECTED]> on 09/28/2000 10:36:04 AM To: [EMAIL PROTECTED] cc: Subject: What is .bz2 Hi, I have got a problem here. A problem with a java installation for linux. The file has an ext

Re: What is .bz2

2000-09-28 Thread Joi Ellis
Reghunath P D wrote: > > Hi, > I have got a problem here. > A problem with a java installation for linux. > The file has an extension .tar.bz2 > No programs in linux recognizes the format of the file.. > > Please help me to install that jdk. > bz2 is the extension created by bzip2. Install rp

A very strange problem with JTextFields

2000-09-28 Thread Grossbart, Zack
Hi All, I have an IDE that runs on Linux. Everything was running fine and we shipped a version of our product using the 1.2.2 beta vm. We are now using the 1.2.2 final vm. We are using Redhat Linux 6.1 and 6.2 and see no difference in the behavior of the VM. Everything was goi

Re: Linux error message

2000-09-28 Thread Alexander V. Konstantinou
I'm gussing that you're opening files in your application and forgetting to close them using InputStream.close(). It could also happen if you open network connections and forget to close them. The other alternative is that you're writting a massing DB or Network server, in which case you need to

RE: What is .bz2

2000-09-28 Thread w. Terry Lincoln
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bz2 is the extension used to recognize a bzip2 compressed file. bzip2 is a gzip workalike that is more powerful in it's compression capabilities. It is open-source so get a copy and install it. - -Original Message- From: Reghunath P D [mail

Re: Performance evaluation of JIT compilers

2000-09-28 Thread Ganesh Sivaraman
Hi, Have you done any performance test for any Java graphical applications for Linux. What I am interested is to find out the performance of Linux with X and Linux without X. So is there any performance software that can be used for this. This means that the progs should be in Java. I have tried

Re: RedHat 7.0 breaks JREs

2000-09-28 Thread Juergen Kreileder
> "SHUDO" == SHUDO Kazuyuki <[EMAIL PROTECTED]> writes: >> I just upgraded my laptop from RedHat 6.2 to RedHat 7.0 and >> found out that : >> >> - The Sun JDK 1.2.2-006 seg faults SHUDO> I also found that Green threads does not work with glibc SHUDO> 2.1.93. Both of

.bz2..clarified thankyou

2000-09-28 Thread Reghunath P D
Thank you Everybody for the help. I solved the problem by using bzip2/bunzip2 Reghunath PD Get free email and a permanent address at http://www.netaddress.com/?N=1 ---

Re: [Linux error message]

2000-09-28 Thread Reghunath P D
The problem is arising with the value assigned for maximum opened file handles. You can set a new value by echoing a new value to the file /proc/sys/fs/file-max eg: $echo 8176 > /proc/sys/fs/file-max Please try it... [EMAIL PROTECTED] ___

[RE]What is .bz2

2000-09-28 Thread RedCat
to uncompress this file, $bunzip2 ***.tar.bz2 -> ¹ÞÀº ¸ÞÀÏ ³»¿ë <-- From : Reghunath P D <[EMAIL PROTECTED]> Hi, >>I have got a problem here. >>A problem with a java installation for linux. >>The file has an extension .tar.bz2 >>No programs in linux recognizes the for

Linux error message

2000-09-28 Thread Mohd Mokhtar
why is my Linux box server always gave this error when left unattended VFS: file-max limit 4096 reached Unable to load intrepreter /lib/ld-linux.so.2 Unable to load intrepreter /lib/ld-linux.so.2 Unable to load intrepreter /lib/ld-linux.so.2 Unable to load