From owner-freebsd-newbies@FreeBSD.ORG Fri Jan 28 22:41:56 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 CCE6A16A4CE for ; Fri, 28 Jan 2005 22:41:56 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65FAB43D1F for ; Fri, 28 Jan 2005 22:41:54 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so501068wri for ; Fri, 28 Jan 2005 14:41:52 -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=pW6M+j+Az+7+BUqCsjWBtRePzMtLF1z3jKAHtRNXim/ILMgJWGdrHjAhn2penlHY91yRNZGv7gCw5NTtBRnI/iRUx9nvqizA1OV+9Eebn+lXOYaGl00NeEed2BBbRykm3YQ1Oj4rkdaDOC2gaJtoAIc44MpMecmpXrw0P6/TBEM= Received: by 10.54.2.11 with SMTP id 11mr128990wrb; Fri, 28 Jan 2005 14:41:52 -0800 (PST) Received: by 10.54.42.47 with HTTP; Fri, 28 Jan 2005 14:41:52 -0800 (PST) Message-ID: <810a540e05012814412d0ee32b@mail.gmail.com> Date: Fri, 28 Jan 2005 15:41:52 -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:41:56 -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