From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 08:05:11 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 DF78016A422 for ; Thu, 2 Feb 2006 08:05:11 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E72443D45 for ; Thu, 2 Feb 2006 08:05:11 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so230558wxc for ; Thu, 02 Feb 2006 00:05:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mwIatXc02nGFuxNxr8uU3y0uhCD1gP70TGKkeKcRzWziexOg9isqkieR2Ex0wxa8fkgn77Pha+Vql/mhTaNOqRfa1Jg5a06nwgOvMcHY1mc/o0khsdRDnTs4YefKS2yfmCFvU1YFW8z6ThooUa1kMIsTNV1KhxR1HC34WQ+l1sA= Received: by 10.70.90.20 with SMTP id n20mr589287wxb; Thu, 02 Feb 2006 00:05:10 -0800 (PST) Received: by 10.70.67.17 with HTTP; Thu, 2 Feb 2006 00:05:10 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2006 02:05:10 -0600 From: Nikolas Britton To: Micah In-Reply-To: <43E1285B.9040404@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43E1285B.9040404@ywave.com> Cc: Nick Triantos , 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: Thu, 02 Feb 2006 08:05:12 -0000 On 2/1/06, Micah wrote: > 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. > Is it possible to replace Motif with QT, GTK, etc?