From owner-freebsd-questions@FreeBSD.ORG Wed Feb 1 21:30:16 2006 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 69DAA16A420 for ; Wed, 1 Feb 2006 21:30:16 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F2943D75 for ; Wed, 1 Feb 2006 21:30:09 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 155809023 for freebsd-questions@freebsd.org; Wed, 01 Feb 2006 16:30:08 -0500 Received: (qmail 6398 invoked from network); 1 Feb 2006 21:30:08 -0000 Received: from d-128-208-213-34.dhcp4.washington.edu (HELO ?128.208.213.34?) (micahjon@ywave.com@128.208.213.34) by 0 with SMTP; 1 Feb 2006 21:30:08 -0000 X-CLIENT-IP: 128.208.213.34 X-CLIENT-HOST: d-128-208-213-34.dhcp4.washington.edu Message-ID: <43E1285B.9040404@ywave.com> Date: Wed, 01 Feb 2006 13:30:03 -0800 From: Micah User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Nick Triantos References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Java without Motif/X? 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: Wed, 01 Feb 2006 21:30:16 -0000 Nick Triantos wrote: > Greetings, > > Has anyone successfully gotten Java (1.4 or 1.5) running on FreeBSD > without Motif/X? I'd like to run a gui-less Java app on my server, and > would strongly prefer to not install all of X + Motif, and all its > potential security issues, just to get Java running. > > Thanks in advance, > -Nick Since Java includes GUI support, there's no official or easy way of getting Java without X. You could always try installing everything, then deinstalling X and seeing what happens. HTH, Micah