Virtual Machine Error

Marc Huffnagle enigma971 at comcast.net
Sat Dec 6 17:04:48 PST 2003


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.



More information about the freebsd-java mailing list