From owner-freebsd-java@FreeBSD.ORG Fri Nov 23 15:05:16 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2695C15D for ; Fri, 23 Nov 2012 15:05:16 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 04F938FC08 for ; Fri, 23 Nov 2012 15:05:15 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Tbuoc-00014P-CF for freebsd-java@freebsd.org; Fri, 23 Nov 2012 07:05:14 -0800 Date: Fri, 23 Nov 2012 07:05:14 -0800 (PST) From: Beeblebrox To: freebsd-java@freebsd.org Message-ID: <1353683114369-5763538.post@n5.nabble.com> In-Reply-To: <1352392767008-5759217.post@n5.nabble.com> References: <1352392767008-5759217.post@n5.nabble.com> Subject: Re: openjdk7 instead of openjdk6? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 15:05:16 -0000 I have collected several other errors for this topic: 1. For math/scilab I noticed this: checking JAVA_HOME variable... not defined Because I came accross the error several other places. Setting below did no= t correct this problem. # setenv JAVA_HOME /usr/local/openjdk7=20 However, this setting did correct some run-errors. 2. LIBREOFFICE: javaldx: Could not find a Java Runtime Environment!=20 Warning: failed to read path from javaldx $=C2=A0setenv JAVA_HOME /usr/local/openjdk7/jre/bin Did not correct this er= ror. 3. ANOTHER JAVA RUN ERROR - UNRELATED? Trying to add database driver (JDBC): RmiJdbc.RJDriver - Error, not in CLASSPATH? Trying to add database driver (JDBC): jdbc.idbDriver - Error, not in CLASSPATH? Trying to add database driver (JDBC): org.gjt.mm.mysql.Driver - Error, not in CLASSPATH? Trying to add database driver (JDBC): com.mckoi.JDBCDriver - Error, not in CLASSPATH? Trying to add database driver (JDBC): org.hsqldb.jdbcDriver - Error, not in CLASSPATH? /usr/ports/Mk/bsd.java.mk lists many possible environment settings, but I d= o not know which ones to set/use -- View this message in context: http://freebsd.1045724.n5.nabble.com/openjdk7= -instead-of-openjdk6-tp5759217p5763538.html Sent from the freebsd-java mailing list archive at Nabble.com.