From owner-freebsd-newbies@FreeBSD.ORG Fri Jan 28 22:35:59 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5EDC16A4CE for ; Fri, 28 Jan 2005 22:35:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3318F43D48 for ; Fri, 28 Jan 2005 22:35:59 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so500461wri for ; Fri, 28 Jan 2005 14:35:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=KwkylINAbV0iF8DO9E7E8Uje8kuiYnBXMg7ZKHpkP14V0h9aBkLxj3co4eWqCib2n0Znmv1GN1Mg1fTDc5f3OtO2fz9zP/dWXmZfHWt+pY98Z0LnsD1ED9iNXGzJ1yKDZ1Pn9B8yTbGWLATdbtAEQZEuBjIanhleCKhDXNewVlI= Received: by 10.54.28.80 with SMTP id b80mr76317wrb; Fri, 28 Jan 2005 14:35:58 -0800 (PST) Received: by 10.54.42.47 with HTTP; Fri, 28 Jan 2005 14:35:58 -0800 (PST) Message-ID: <810a540e0501281435653ab9ae@mail.gmail.com> Date: Fri, 28 Jan 2005 15:35:58 -0700 From: Pat Maddox To: freebsd-newbies@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Installing the JDK without Xorg X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 22:36:00 -0000 I've installed the native jdk14 successfully, but noticed that it installed Xorg along with it. I imagine that's a dependency for the Java plugin or something. I'm using this machine just as a test server, I won't be using X at all, so I'd like to build jdk14 without having to build and install Xorg as well. Is it possible to do that? Thanks, Pat