Solved What does this mean.

Discussion in 'Plugin Development' started by Twisted_Panda, Dec 10, 2013.

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

    Twisted_Panda

    java.lang.UnsupportedClassVersionError: me/twisted/hcl/HardcoreLives : Unsupported major.minor version

    Have no clue, why i'm receiving that. Should I update my bukkit?
     
  2. Offline

    The_Doctor_123

    You're compiling with a higher version of Java than you're running the Bukkit server with.
     
  3. Offline

    mydeblob

    Twisted_Panda
    That probably means that the plugin was coded with a newer version of java, but is being ran on a older version.

    Edit:
    The_Doctor_123
    Beat me to it!
     
  4. Offline

    Twisted_Panda

    Ah, so this isn't my plugin part.
     
  5. Offline

    The_Doctor_123

    mydeblob
    And with the right answer as well. :p That Exception has nothing to do with Bukkit.

    Twisted_Panda
    Your plugin is fine unless there's further errors after you run with a higher version or compile with a lower version of Java.
     
  6. Offline

    Twisted_Panda

  7. Offline

    The_Doctor_123

  8. Offline

    Twisted_Panda

    It's his error.
     
  9. Offline

    mydeblob

    Twisted_Panda
    Either tell him to update Java for his bukkit server, or compile with a lower version of java.
     
  10. Offline

    The_Doctor_123

    Twisted_Panda
    Okay.. So since you got the plugin from him, shouldn't you tell him that yourself?
     
  11. Offline

    Twisted_Panda

    It's my plugin, hes using on his server. I never heard of that bug till now.
     
  12. Offline

    The_Doctor_123

    So compile with a lower version of Java and give it to him? I'm not sure what you want us to tell you.
     
  13. Offline

    Twisted_Panda

    Just forget it, will it work if he update his java?
     
  14. Offline

    The_Doctor_123

  15. Offline

    Twisted_Panda

    Alright thanks.
     
  16. Offline

    Adriani6

Thread Status:
Not open for further replies.

Share This Page