From owner-freebsd-java@FreeBSD.ORG Thu May 4 13:00:02 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A4616A402 for ; Thu, 4 May 2006 13:00:01 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (host2.dynacom.ondsl.gr [62.103.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id E576C43D4C for ; Thu, 4 May 2006 13:00:00 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id k44E9JOp003509; Thu, 4 May 2006 17:09:19 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id k44E9JTQ003505; Thu, 4 May 2006 17:09:19 +0300 Date: Thu, 4 May 2006 17:09:19 +0300 (EEST) From: Achilleus Mantzios To: Fernan Aguero In-Reply-To: <20060504121812.GA94022@iib.unsam.edu.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Cc: freebsd-java@freebsd.org Subject: Re: java without X11? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2006 13:00:02 -0000 O Fernan Aguero έγραψε στις May 4, 2006 : > Hi! > > I was setting up a headless (no X11, no GUI) box and had to > install java (required by apache-ant and by a java code that > interacts with an underlying postgresql database). > > I want this box to run only the base system (cut down to > only essential daemons/processes) and one application > (postgresql + associated perl/java layers). > > I was installing diablo-jdk15 from a package ... and > followed the warning about a missing required dependency > (xorg-libraries). Even though I didn't want X11, it would > just be the libraries ... so I went ahead. > > I was then surprised when xorg-libraries in turn pulled > freetype, fontconfig, pkgconfig (isn't this a gnome thing?), > libdrm ... too much X11 stuff for my taste. > > Perhaps I could have ignored the warning altogether and keep > jdk15 installed without xorg-libraries? Anyone did this? > If yes, I could go now and pkg_delete all X11 stuff ... > > A quick browse through other jdk ports show that they all > (by default) require X11 either directly or through > inclusion of some motif dependency. > > I know that a lot of java apps depend on GUI functionality > provided by the language, but is this java+X11 a thing that > cannot be separated? (i.e. X11 is rooted too deep into > java) or maybe it could be separated and we could have an > optional WITHOUT_X11 in the various jdk ports? Technically speaking AWT uses various X11 libs: libXp, libXt, libXext, libXtst, libXmu, libX11, libSM, libICE. If your server setup ever needs creating graphs, images, charts, etc... you will definately need X11. Even if your server never does any imaging, i think a correct installation should have all dynamic object (.so.* files) dependencies in place before any serious use. > > Thanks, > > Fernan > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus