On Fri, Sep 30, 2005 at 03:53:48PM +0200, Rico wrote: > Hi > > I am trying to get java working on mozilla-firefox on obsd37. > > I have installed the jdk1.4 from ports and the installation went well. I > have created the symbolic link from libjavaplugin_oji.so to > /home/user/.mozilla/plugins > > Doing "about:plugins" in the browser java shows up as installed. > > When I try to look at a page with java, firefox crashes. > > Is there anything I am missing perhaps.
yes, your resource limits are probably not high enough. change them with 'ulimit -d' or something similar. my java_vm here is using about 200M of memory, which is higher than the default limit in 3.7. Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm