Problem compiling Sun XML Parser with gcj

Alexandre Petit-Bianco apbianco@cygnus.com
Sun Feb 11 14:59:00 GMT 2001


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



More information about the Java mailing list