From owner-freebsd-java@FreeBSD.ORG Sun Dec 7 15:38:55 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34E461065675 for ; Sun, 7 Dec 2008 15:38:55 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from mail.giulioferro.it (mail.giulioferro.it [85.18.102.52]) by mx1.freebsd.org (Postfix) with ESMTP id E2AA68FC1D for ; Sun, 7 Dec 2008 15:38:54 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from localhost (localhost [127.0.0.1]) by mail.giulioferro.it (Postfix) with ESMTP id 01D9633C2A for ; Sun, 7 Dec 2008 16:22:45 +0100 (CET) X-Virus-Scanned: amavisd-new at giulioferro.it Received: from mail.giulioferro.it ([127.0.0.1]) by localhost (aurynwork1sv1.giulioferro.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ezvq3lNCX4tm for ; Sun, 7 Dec 2008 16:22:42 +0100 (CET) Received: from aurynmob2.giulioferro.it (mail.zirakzigil.org [82.63.178.63]) (Authenticated sender: gferro@giulioferro.it) by mail.giulioferro.it (Postfix) with ESMTP id 6DCE133C1D for ; Sun, 7 Dec 2008 16:22:42 +0100 (CET) Message-ID: <493BE9BB.6030703@zirakzigil.org> Date: Sun, 07 Dec 2008 16:20:27 +0100 From: Giulio Ferro User-Agent: Thunderbird 2.0.0.17 (X11/20081018) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problems with glassfish on current 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, 07 Dec 2008 15:38:55 -0000 Freebsd 8 current amd64, jdk16 (everything recently updated) I was trying to install glassfish, so I downloaded the latest v2 version for linux and launched it: java -jar glassfish-installer-v2ur2-b04-linux.jar I've tried both in a windowed environment and from console, but nothing happened. That is, in other o.s. a window should come up and ask for the license agreement. In my configuration the java process goes up to about 100% and just stays there. On a separate note, maybe a port for glassfish should come in handy... Bye.