From owner-freebsd-java Sat May 6 8:14:52 2000 Delivered-To: freebsd-java@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id A1AB837BCC8; Sat, 6 May 2000 08:14:41 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id JAA04913; Sat, 6 May 2000 09:14:39 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id JAA17519; Sat, 6 May 2000 09:14:38 -0600 (MDT) (envelope-from nate) Date: Sat, 6 May 2000 09:14:38 -0600 (MDT) Message-Id: <200005061514.JAA17519@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Maxim Sobolev Cc: java@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Java run-time only port In-Reply-To: <3913D553.3FB9784@altavista.net> References: <3913D553.3FB9784@altavista.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Does anyone considering to make a stripped down version of the JDK > port to provide only components necessary to run Java applications? The WWW page used to have a pointer to the JRE, but a port was never made out of it. It's still on the ftp sites, although I'm not sure if the WWW site still has a pointer to it. In order to be 'legal', the JRE provided must contain all of the sources as distributed, although you might get away from stripping the non-X stuff from the JRE if the program you're running is a GUI version, or stripping the X stuff if it's a non-GUI version. Check out the ftp site and the WWW page. (Note, this is for JDK1.1) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message