From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 17:45:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A0F16A41F for ; Sun, 27 Nov 2005 17:45:11 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C056443D5F for ; Sun, 27 Nov 2005 17:45:10 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jARHj5N4041191; Sun, 27 Nov 2005 11:45:05 -0600 (CST) (envelope-from dan) Date: Sun, 27 Nov 2005 11:45:05 -0600 From: Dan Nelson To: Vampire D Message-ID: <20051127174505.GH6893@dan.emsphone.com> References: <4ca8a4870511270043x4a2f53a9lb59b616e37b4cc8e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ca8a4870511270043x4a2f53a9lb59b616e37b4cc8e@mail.gmail.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Java JDK X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 17:45:11 -0000 In the last episode (Nov 27), Vampire D said: > Is there an easy way to install Java support on FreeBSD 5.4 without having > to install Mozilla and all the other stuff JDK 1.5 installs? > > Trying to install JBoss/Tomcat streamlined for server environment but want > to instlal Mozilla Firefox and all the Xorg pieces it seems to want to > install. Seems like installing JDK on FreeBSD is a big pain. If you build the port with WITHOUT_WEB=yes, it shouldn't pull in a web browser. It will always want to pull in open-motif and its dependencies, though. -- Dan Nelson dnelson@allantgroup.com