Subject: Re: pkg/27545
To: None <gnats-bugs@netbsd.org>
From: Todd Vierling <tv@duh.org>
List: pkgsrc-bugs
Date: 06/20/2005 11:28:51
On Tue, 29 Mar 2005, Florence HENRY wrote:
> $ javac HelloWorld.java
> There was an error trying to initialize the HPI library.
> Please check your installation, HotSpot does not work correctly
> when installed in the JDK 1.2 Linux Production Release, or
> with any JDK 1.1.x release.
> Could not create the Java virtual machine.
Sorry for the delay in response; I did not see your mail in my mailbox
until just now.
Do you have /proc mounted for Linux emulation? This is necessary for almost
all Linux programs to work properly on NetBSD. Your fstab should include:
=====
proc /proc procfs rw,linux
=====
The ",linux" is very important in order to get Linux-compatible bits in
/proc.
--
-- Todd Vierling <tv@duh.org> <tv@pobox.com> <todd@vierling.name>