Jar command does not work

2001-11-17 Thread Hanxue Lee
Hi there, I previously installed JDK 1.2.2 and now I installed JDK 1.4.0 Beta 1 without uninstalling JDK 1.2.2 When I run the jar command, it complains: Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. What is the problem? Thank you in advance Yours truly,

jar does not work!

2001-11-17 Thread Hanxue Lee
Hi there, I previously installed JDK 1.2.2 and now I installed JDK 1.4.0 Beta 1 without uninstalling JDK 1.2.2 When I run the jar command, it complains: Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. What is the problem? Thank you in advance Yours truly,

Re: java.lang.OutOfMemroyError

2001-11-17 Thread kulkarni sourabh
Hi Uncle George, I also tried with the same thing of top and GC output. I had earlier noticed only on GC output, because top was not ported on my environment. However, after i observed both of them now, I have found that top output goes on increasing while GC remains the same (at around 300-700

Re: java.lang.OutOfMemroyError

2001-11-17 Thread Uncle George
my out of mem error is/was due to the failure of GZIPOutputStream to release its memory fetched outside of GC. I used "top" to display the amount of mem used by the active process. If that grows larger as your GC stays the same, then u have a mem leak outside of GC. I then looked at the contents

Re: java.lang.OutOfMemroyError

2001-11-17 Thread kulkarni sourabh
Hi Alexander, I have traced through my code thoroughly and there is no memory leak. I have also printed the Garbage Collector's output. The heap used never goes beyond 1 Mb (I tried with setting the initial heap size as well but no solution). Also i read about the stack size per thread and set