From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1683 invoked by alias); 6 Aug 2008 02:50:21 -0000 Received: (qmail 1672 invoked by uid 22791); 6 Aug 2008 02:50:20 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Aug 2008 02:49:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KQZ5i-0004fR-OW for java@gcc.gnu.org; Tue, 05 Aug 2008 19:49:34 -0700 Message-ID: <18843403.post@talk.nabble.com> Date: Wed, 06 Aug 2008 02:50:00 -0000 From: kopikosong To: java@gcc.gnu.org Subject: gcj on apache poi MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: kopikosong@gmail.com X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00005.txt.bz2 I am trying to compile gcj as a shared libaray which I can load from my applications I have included xml-apis.jar as I have a compilation error for javax.xml.parsers.DocumentBuilderFactory gcj -shared -classpath xml-apis.jar -Lxml-apis.jar.so poi-3.1-FINAL.jar -o poi-3.1-FINAL.jar.so -findirect-dispatch -Bsymbolic My gcj is 3.4.5 But now I have another problem.. org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java: In class `org.apache.poi.hssf.record.formula.functions.XYNumericFunction': org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java: In method `org.apache.poi.hssf.record.formula.functions.XYNumericFunction.getValues(org.apache.poi.hssf.record.formula.eval.Eval,org.apache.poi.hssf.record.formula.eval.Eval)': org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:135: error: verification error at PC=106 org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:135: error: invalid argument type org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:135: error: expected type 'org.apache.poi.hssf.record.formula.eval.Eval[]' but stack contains 'java.lang.Object[]' org/apache/poi/hssf/usermodel/HSSFPicture.java: In class `org.apache.poi.hssf.usermodel.HSSFPicture': org/apache/poi/hssf/usermodel/HSSFPicture.java: In method `org.apache.poi.hssf.usermodel.HSSFPicture.getResolution(javax.imageio.ImageReader)': org/apache/poi/hssf/usermodel/HSSFPicture.java:198: error: cannot find file for class javax.imageio.ImageReader org/apache/poi/hssf/usermodel/HSSFPicture.java:198: error: cannot find file for class javax.imageio.metadata.IIOMetadata org/apache/poi/hssf/usermodel/HSSFPicture.java:202: error: cannot find file for class javax.imageio.ImageReader org/apache/poi/hssf/usermodel/HSSFPicture.java:202: confused by earlier errors, bailing out -- View this message in context: http://www.nabble.com/gcj-on-apache-poi-tp18843403p18843403.html Sent from the gcc - java mailing list archive at Nabble.com.