This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/16653] incompatible type on stack
- From: "rmathew at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2004 11:40:52 -0000
- Subject: [Bug java/16653] incompatible type on stack
- References: <20040721062243.16653.mwteng@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rmathew at gcc dot gnu dot org 2004-07-21 11:40 -------
> I have no idea will it run with gij and how I should make it run with it.
You run "gij" just like you run "java" from the JDK/JRE.
Run "gij --help" for help on the options (you will just
need to use the --classpath option).
Exactly which version of Xerces are you using?
For this particular case can you please attach the
output of running:
jcf-dump -c --classpath xercesImpl.jar org.apache.xerces.parsers.XML11Configuration
(redirected, of course, to a file that you can upload)?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16653