Menu

UnsupportedClassVersionError: MStorStore ?

Help
tballmann
2005-06-06
2013-05-01
  • tballmann

    tballmann - 2005-06-06

    I am using Java Mail 1.3.2, JDK 1.4.2.06, Eclipse 3.

    When I started the example code of the start page

    Session session = Session.getDefaultInstance(new Properties());
    Store store = session.getStore(new URLName("mstor:c:/mailbox/MyStore"));
            store.connect();
    ...

    I got the following error:
    java.lang.UnsupportedClassVersionError: net/fortuna/mstor/MStorStore (Unsupported major.minor version 49.0)
    in the second line of the source code ?

    What is wrong ?

    Thanks
    Holger

     
    • Ben Fortuna

      Ben Fortuna - 2005-06-06

      Hello Holger,

      My apologies, I must have compiled the last release with JDK 1.5.0, which, by default will produce byte code incompatible with Java 1.4.

      I will rebuild the library with support for Java 1.4 shortly.

      regards,
      ben

       
    • tballmann

      tballmann - 2005-06-07

      Hello Ben,

      thanks for the reply.
      So I will wait patiently until the next rebuild :-)

      Holger

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.