Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2004 13:54:22 -0800 (PST)
From:      Mike Brown <mike@hyperreal.org>
To:        Daniel Bye <freebsd-questions@slightlystrange.org>
Cc:        FreeBSD_Questions <freebsd-questions@freebsd.org>
Subject:   Re: JDK14 fails to install
Message-ID:  <20041210215422.98472.qmail@hyperreal.org>
In-Reply-To: <20041210174024.GA18226@catflap.slightlystrange.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Bye wrote:
> This has come up several times recently.
> 
> The Linux Sun JDK (which is used to bootstrap the build of the native
> JDK) requires that the Linux procfs system is available.  Add this to
> your /etc/fstab:
> 
>  linprocfs   /compat/linux/proc   linprocfs   rw   0  0
> 
> and then, as root:
> 
> kldload linprocfs
> mount /compat/linux/proc
> 
> You can then restart the build of the native JDK.
> 
> FYI, this is mentioned in the linux-sun-jdk* ports' pkg-message files.
> Once the native JDK is built and installed, you can remove the Linux
> one, and you will no longer need to mount the linprocfs.

Does this also apply to the linux-blackdown-jdk* ports/packages?
I tried installing the linux-blackdown-jdk14 package last night
but I could not run the VM; it complained of a missing file in /proc.

-Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041210215422.98472.qmail>