From owner-freebsd-openoffice@FreeBSD.ORG Mon Jun 12 01:13:29 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343A916A473 for ; Mon, 12 Jun 2006 01:13:29 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE18143D45 for ; Mon, 12 Jun 2006 01:13:28 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id k5C1DSPh008122; Sun, 11 Jun 2006 18:13:28 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k5C1DO7T004944; Sun, 11 Jun 2006 18:13:27 -0700 (PDT) Date: Mon, 12 Jun 2006 10:13:23 +0900 (JST) Message-Id: <20060612.101323.112628795.chat95@mac.com> To: dmehler26@woh.rr.com From: NAKATA Maho In-Reply-To: <003e01c68d98$e2209790$0200a8c0@satellite> References: <003e01c68d98$e2209790$0200a8c0@satellite> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: openoffice2 and java X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 01:13:29 -0000 In Message-ID: <003e01c68d98$e2209790$0200a8c0@satellite> Dave wrote: > Hello, > I'm trying to install openoffice2 on FreeBSD6. I'd like to hook it in > with the java jdk, but am uncertain as to whether i have the right one, the > sun, the ibm, freebsd, or linux. I've installed the diablo-jdk, but am not > sure if this is the right one. If not can you let me know which one to use? > And have you had any reports of successful usage with openoffice2 and Sun's > Java AccessBridge? only following Java in ports are supported. /usr/ports/java/jdk14 /usr/ports/java/jdk15 /usr/ports/java/diablo-jdk15 /usr/ports/java/diablo-jre15 /usr/ports/lang/gcc41-withgcjawt (wip) Other JREs from GNU/Linux doesn't work at all since we link against libawt.so (or something like that) to invoke Java vm. -- NAKATA, Maho (maho@FreeBSD.org)