pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/27545



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@localhost> <tv%pobox.com@localhost> 
<todd%vierling.name@localhost>



Home | Main Index | Thread Index | Old Index