This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problem compiling Sun XML Parser with gcj
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Problem compiling Sun XML Parser with gcj
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Sun, 11 Feb 2001 14:59:06 -0800 (PST)
- Cc: Denis Perchine <dyp at perchine dot com>, java at gcc dot gnu dot org
- References: <0102112143570C.00743@dyp.perchine.com><3A8717E5.B02C116A@albatross.co.nz>
- Reply-To: apbianco at cygnus dot com
Bryce McKinlay writes:
> Denis Perchine wrote:
>
> > ./com/sun/xml/parser/Parser.java: In class `com.sun.xml.parser.Parser':
> > ./com/sun/xml/parser/Parser.java: In method
> > `com.sun.xml.parser.Parser.chooseLocale(java.lang.String[])':
> > ./com/sun/xml/parser/Parser.java:199: Can't find method
> > `chooseLocale([Ljava/lang/String;)' in type `'. Candidates are:
> > `com.sun.xml.parser.Parser.chooseLocale(java.lang.String[])' in
> > `com.sun.xml.parser.Parser'
> > `com.sun.xml.util.MessageCatalog.chooseLocale(java.lang.String[])' in
> > `com.sun.xml.util.MessageCatalog'.
> > Locale l = messages.chooseLocale (languages);
> > ^
> > 1 error
Note that it's not very comfortable for us to debug test cases that
are using Sun's code (I'm assuming com.sun.xml is Sun's code,) even in
bytecode form -- there might be contamination issues. I also know
nothing about its license.
./A