• 1

    posted a message on [Any] ChatLog - Updates automatically when Minecraft updates! Supports almost every version since 1.4.5!
    Dear kind sir,

    Thank you for taking time out to make this mod. I am a programmer as well, and I appreciate the time this took you.


    I would like to bring to your attention a problem with the way you compiled your code. Very simply, it seems that you compiled it assuming all your users are using Windows.

    Java is currently on version 7 (from oracle), but Mac OS is still on version 6. Apple, in all its "wisdom" decided to keep on with Java 6, and provides updates to that version of Java itself. Minecraft is thus built with this in mind, and is compatible with Java 6. You, however, built your plugin in such a way that it is only compatbile with Java 7, which won't run on Mac OS without some rather heavy intervention to get rid of Apple's version of Java 6 and install Oracle's 7. I did this to get your plugin working on my Mac, since I really need a chat log, but most people won't have the ability to do so.

    Just for your information, here is what happens when you try to run your plugin on a Mac:

    java.lang.UnsupportedClassVersionError: (class filename) : Unsupported major.minor version 51.0]

    EDIT: Here are the 2 links that helped me get setup with JAVA 7 on Mac OS:
    http://www.cc.gatech.edu/~simpkins/teaching/gatech/cs2340/guides/java7-macosx.html
    https://mojang.atlassian.net/browse/MCL-1049
    Posted in: Minecraft Mods
  • To post a comment, please .