From owner-freebsd-java@FreeBSD.ORG Tue May 27 17:41:03 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 ABE3437B401 for ; Tue, 27 May 2003 17:41:03 -0700 (PDT) Received: from titan.kgt.co.jp (titan.kgt.co.jp [210.141.246.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1DFF43FCB for ; Tue, 27 May 2003 17:41:02 -0700 (PDT) (envelope-from haro@kgt.co.jp) Received: from navgw.tt.kgt.co.jp (navgw [210.141.246.71]) by titan.kgt.co.jp (Postfix) with ESMTP id 5A6974A3CA; Wed, 28 May 2003 09:41:01 +0900 (JST) Received: from tt.kgt.co.jp (pegasus [192.168.10.1]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id 2B49847711; Wed, 28 May 2003 09:41:01 +0900 (JST) Received: from localhost [192.168.13.83] by tt.kgt.co.jp with ESMTP (SMTPD32-7.12) id A59D2B7007A; Wed, 28 May 2003 09:41:01 +0900 Date: Wed, 28 May 2003 09:40:50 +0900 (JST) Message-Id: <20030528.094050.74757549.haro@kgt.co.jp> To: roman.kennke@cognition.uni-freiburg.de From: Munehiro Matsuda In-Reply-To: References: X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: -server flag and native VM 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: Wed, 28 May 2003 00:41:03 -0000 Hi, From: "Roman Kennke" Date: Tue, 27 May 2003 21:19:02 +0200 ::Hi, :: ::I try to use the -server - flag with the native VM 1.3.1 ::and it only says: 'java was not found in ::../bin/i386/native_threads/java' :: ::Obviously there is no file java in this directory. In the ::linux-sun - version of the 1.3.1 VM there are several files ::in this dir, including java. Is it not possible to use ::native threads in the native VM? Or do I have to invoke it ::in a different way? :: ::Roman To invoke native threads, you have to use -native option. Also, you need to have the jdk compiled/installed with WITH_NATIVE_THREADS option set. The -server option applies to HotSpot Server VM, which you have to set WITH_HOTSPOT flag when compiling/installing the jdk1.3.1 port. Hope this helps, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Network & Security Dept., Kubota Graphics Technologies Inc. /|\ |_| |_|_| 2-8-8 Shinjuku Shinjuku-ku Tokyo 160-0022, Japan Tel: +81-3-3225-0373 Fax: +81-3-3225-0740 Email: haro@kgt.co.jp