Subject: Re: Out of control JVM
To: M. Breza <m_breza@hotmail.com>
From: Love <lha@stacken.kth.se>
List: current-users
Date: 10/10/2002 18:41:06
"M. Breza" <m_breza@hotmail.com> writes:

> I don't seem to be able to get a Java virtual machine to work on 1.6 I
> have tried both the sun-jdk14 and the blackdown-jdk13 from the
> packages. In both cases when I use java ( I was trying to install JXTA
> ) the program crashes.

Try set datalimit (ulimit -d or whatever your shell uses) to ~ 256M, worked
for me when running airportconfigurator, java needs more the 128M and get
unhappy when its unlimited (like when ran as root).

Love