Date: Sat, 06 Dec 2003 20:03:53 -0500 From: Marc Huffnagle <enigma971@comcast.net> To: Peter Schuller <peter.schuller@infidyne.com>, freebsd-java@freebsd.org Subject: Re: Virtual Machine Error Message-ID: <1070759032.9608.22.camel@localhost> In-Reply-To: <200312070145.37376.peter.schuller@infidyne.com> References: <1070746565.639.3.camel@localhost> <200312070145.37376.peter.schuller@infidyne.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I found out what the problem was. You need to make sure that the linux
proc file system is mounted
mount -t linprocfs none /usr/compat/linux/proc
You could also put it in your fstab
none /usr/compat/linux/proc linprocfs rw 0 0
That would probably be a good thing to put in the freebsd-java faq.
- Marc
On Sat, 2003-12-06 at 19:45, Peter Schuller wrote:
> Hello,
>
> > I am running into a problem when I try to run any java-related program.
> > When I try to use java or javac, I get the following error, and the
> > application locks up (requiring a kill -9) and starts to use 100% of the
> > processor.
>
> I had this problem on one machine. I never did figured out what it was, but
> the blackdown JDK worked better. I then used that to bootstrap the native 1.4
> FreeBSD JDK.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1070759032.9608.22.camel>
