This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem compiling Sun XML Parser with gcj



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]