From owner-freebsd-java@FreeBSD.ORG Thu Oct 23 02:29:08 2003 Return-Path: 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 E050416A4B3 for ; Thu, 23 Oct 2003 02:29:08 -0700 (PDT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A168143F85 for ; Thu, 23 Oct 2003 02:29:06 -0700 (PDT) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.6) id h9N9bxPH075749; Thu, 23 Oct 2003 12:37:59 +0300 (EEST) (envelope-from ml) Date: Thu, 23 Oct 2003 12:37:59 +0300 From: Alexey Zelkin To: Jonathan Chen Message-ID: <20031023123759.A75720@phantom.cris.net> References: <20031022214623.GA18825@baldur.mobiledatanow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20031022214623.GA18825@baldur.mobiledatanow.com>; from jonc@mobiledatanow.com on Thu, Oct 23, 2003 at 10:46:23AM +1300 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: freebsd-java@freebsd.org Subject: Re: JDK1.4.1p4 java_g + JBoss3.2.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 09:29:09 -0000 hi, Short answer -- Use optimized version of java. Seriously -- I used java_g for running of GUI applications (like Forte) and everything was fine. It's only required to bump default stack size (-Xss option) to 512k or 1024k. On Thu, Oct 23, 2003 at 10:46:23AM +1300, Jonathan Chen wrote: > Hi, > > Does "java_g" with the latest patchset work as expected? I've just > tried using it to run jboss3, and it's dumping core with an internal > error. I've attached logs and core-dumps in case anyone is interested. >