From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9456 invoked by alias); 21 Jul 2004 11:40:58 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 9352 invoked by uid 48); 21 Jul 2004 11:40:53 -0000 Date: Wed, 21 Jul 2004 11:40:00 -0000 Message-ID: <20040721114053.9351.qmail@sourceware.org> From: "rmathew at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040721062243.16653.mwteng@hotmail.com> References: <20040721062243.16653.mwteng@hotmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/16653] incompatible type on stack X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00076.txt.bz2 List-Id: ------- 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