From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 22:58:13 2005 Return-Path: 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 A291B16A4CE for ; Fri, 28 Jan 2005 22:58:13 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE48543D2F for ; Fri, 28 Jan 2005 22:58:09 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so502828wri for ; Fri, 28 Jan 2005 14:58:09 -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=b9Vbtk1ng7psBxm8eA+DsGgfavshKzeU0dxhV9KDziGJTgAXRFLLBGTFEKWBBc3ymKJYyfXSeDmD0e69zn5fLWAGoS1hnoLl8Yq/PuS/I8xWDR1kxrnumBdXbIYPdGsoMvruoN6qpoMruMzaqCL+0Y+8BFNm0G4pKohGBIqKMus= Received: by 10.54.28.80 with SMTP id b80mr86823wrb; Fri, 28 Jan 2005 14:56:50 -0800 (PST) Received: by 10.54.42.47 with HTTP; Fri, 28 Jan 2005 14:56:50 -0800 (PST) Message-ID: <810a540e050128145658f81cb8@mail.gmail.com> Date: Fri, 28 Jan 2005 15:56:50 -0700 From: Pat Maddox To: freebsd-questions@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-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 22:58:13 -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