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


Tom Tromey wrote:
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.

this was with the last release, 3.3. i've now tested with head and as you say it's been corrected.
--
chris burdess



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