Plugin Development Error Please Help!

Discussion in 'Plugin Development' started by lewis_hutsby, Jan 26, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    lewis_hutsby

    [12:27:28] [Server thread/ERROR]: Could not load 'plugins/BlockPlugins.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/lewishutsby/BlockPlugins/Main : Unsupported major.minor version 52.0
    I have recently created a plugin, and when I load my server this error shows, the plugin does not work either.
    to see the code, however, you can also comment below!

    <Edited by bwfcwalshy: Removed Skype, please keep all discussion on the forums.>
     
    Last edited by a moderator: Jan 26, 2015
  2. Offline

    Skionz

    Konato_K likes this.
  3. Offline

    teej107

    Your Java version on your server is lower than the version you compiled with. Update your Java for your server or compile with a lower version.
     
  4. Offline

    ColonelHedgehog

    52.0 means "Java 8." Make sure you're compiling with Java 7 (51.0) for most purposes.
     
    Fuzzybear04 likes this.
Thread Status:
Not open for further replies.

Share This Page