Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 14:40:20 -0500 (EST)
From:      Daniel Eischen <eischen@pcnet1.pcnet.com>
To:        Greg Lewis <glewis@eyesbeyond.com>
Cc:        Alex <akruijff@dds.nl>, Andrew Reilly <areilly@bigpond.net.au>, Gunnar Flygt <flygt@sr.se>, FreeBSD Stable <freebsd-stable@FreeBSD.ORG>, freebsd-java@FreeBSD.ORG
Subject:   Re: Java for FreeBSD
Message-ID:  <Pine.GSO.4.10.10202131435050.18858-100000@pcnet1.pcnet.com>
In-Reply-To: <20020214053946.B60507@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Feb 2002, Greg Lewis wrote:
> On Wed, Feb 13, 2002 at 06:29:22PM +0100, Alex wrote:
> > Is there away to install JDK 1.3+ without X?
> 
> Not from the port.  It needs to be built on a machine with X, but once
> you've done that you can create a package and move it to other machines
> you have without X.  The SCSL doesn't stop you doing this internally,
> you just can't distribute the binary to others.
> 
> > I tried to install it on 4.4 but it wanted to install X and asked me
> > lot of quistions about it. I also needed to download two compressed
> > files by hand (normal). Didn't hear anything about needing linux-jdk
> > due.
> 
> Think compiler, think bootstrapping.  Trust me, you need the linux-jdk13
> port installed.  If you don't the port build will die and complain about
> not bootstrapping with a valid JDK.

But once you have it bootstrapped, you don't need the Linux
JDK port.  Why don't you provide a native JDK as a bootstrap
and depend on that?

Take a look at ports/lang/gnat.  You need an Ada compiler to
build the Ada compiler.  I provide a native bootstrap compiler
so if the port builder doesn't have a previous Ada compiler
installed, it will download the bootstrap compiler and use it
(from the work directory, so it get's cleaned right along with
everything else).

--
Dan Eischen


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10202131435050.18858-100000>