From owner-freebsd-java@FreeBSD.ORG Sun Apr 9 10:59:11 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 3F93F16A441 for ; Sun, 9 Apr 2006 10:59:11 +0000 (UTC) (envelope-from artem@bizlink.ru) Received: from comtv.ru (mail.comtv.ru [217.10.32.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64ABF43D49 for ; Sun, 9 Apr 2006 10:59:09 +0000 (GMT) (envelope-from artem@bizlink.ru) X-UCL: actv Received: from [10.0.144.230] ([10.0.144.230] verified) by comtv.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 146017242 for freebsd-java@freebsd.org; Sun, 09 Apr 2006 14:59:05 +0400 Message-ID: <4438E8F6.3090704@bizlink.ru> Date: Sun, 09 Apr 2006 14:59:02 +0400 From: Artem Gr User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <20060408032859.U947@ganymede.hub.org> <44379918.3070404@ev.net> <4437AA03.6090607@roq.com> In-Reply-To: <4437AA03.6090607@roq.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: JDK binary without X 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: Sun, 09 Apr 2006 10:59:11 -0000 > Some people just want to use it for a Tomcat server. A lot of people put > something like 'export CATALINA_OPTS=-Djava.awt.headless=true' > to disable it as its just extra things they don't have to worry about. I don't think it necessarily disables x-org dependencies. It turns off creation of windows and allows Java application to work without DISPLAY, but a lot of x-org graphic routines might still be used. "java.awt.headless" is used to do grapic in batch more. java.awt is still heavely used in this mode.