From: kopikosong <kopikosong@gmail.com>
To: java@gcc.gnu.org
Subject: gcj on apache poi
Date: Wed, 06 Aug 2008 02:50:00 -0000 [thread overview]
Message-ID: <18843403.post@talk.nabble.com> (raw)
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.
next reply other threads:[~2008-08-06 2:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-06 2:50 kopikosong [this message]
2008-08-06 11:51 ` Andrew Haley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18843403.post@talk.nabble.com \
--to=kopikosong@gmail.com \
--cc=java@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).