From owner-freebsd-java@FreeBSD.ORG Thu Feb 26 12:10:48 2009 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 3EF8A1065751 for ; Thu, 26 Feb 2009 12:10:48 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from smtp.ruby.ocn.ne.jp (ruby.ocn.ne.jp [61.207.12.164]) by mx1.freebsd.org (Postfix) with ESMTP id D404C8FC2E for ; Thu, 26 Feb 2009 12:10:47 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from localhost (p6194-ipadfx01sizuokaden.shizuoka.ocn.ne.jp [219.160.179.194]) by smtp.ruby.ocn.ne.jp (Postfix) with ESMTP id 93D7834D0; Thu, 26 Feb 2009 21:10:46 +0900 (JST) Date: Thu, 26 Feb 2009 21:10:29 +0900 (JST) Message-Id: <20090226.211029.264452332.toshi@ruby.ocn.ne.jp> To: artemciy@gmail.com From: SAITOU Toshihide In-Reply-To: References: <20090225.204541.48442950.chat95@mac.com> X-GPG-fingerprint: 34B3 0B6A 8520 F5B0 EBC7 69F6 C055 9F8A 0D49 F8FC X-Mailer: Mew version 5.2.54 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: openjdk6 port complete and ready for testing 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, 26 Feb 2009 12:10:54 -0000 In message: ArtemGr writes: > Mike Jakubik rogers.com> writes: > > Good news, the port compiled and installed OK for me!. Now is someone > > could tell me how to us the javavmwrapper to switch to this i would be > > very thankful, as i can't find any documentation on this. > > export JAVA_HOME=/usr/local/openjdk6 /usr/local/etc/javavm_opts.conf is also functional. Add this line: #JAVA_HOME=/usr/local/diablo-jdk1.6.0/ JAVA_HOME=/usr/local/openjdk6/ then $ java -version openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-root_25_feb_2009_15_36-b00) Diablo Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode) 1.6.0-internal ^^^^^^^^ With that if the trailing text is set appropriately, we may possibly build the GlassFish... Who had tried? --- SAITOU