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]
Other format: [Raw text]

Re: javax.mail, classpath and classpathx


>>>>> "chris" == chris burdess <dog@bluezoo.org> writes:

chris> the only outstanding issue i'm aware of here is that classpathx
chris> activation (on which mail depends) cannot be compiled with libgcj, as
chris> a DataFlavor subclass overrides a static method in the libgcj
chris> implementation. detail:
chris> javax/activation/ActivationDataFlavor.java:0: error: non-static method
chris> 'javax.activation.ActivationDataFlavor.isMimeTypeEqual(java.lang.String)'
chris> overrides static method

What version of gcj are you using?
In the cvs trunk, this method in java.awt.datatransfer.DataFlavor is
not static.

Tom


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