Solved Weird error.

Discussion in 'Plugin Development' started by OPsteffOP, Mar 28, 2016.

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

    OPsteffOP

    Hello,

    I've created a plugin for a friend. He tried to install the plugin on his server but he received a weird error.
    Error: https://gist.github.com/anonymous/6e4e23b2b846d7c72b7b

    I've never seen this error before and I've searched it on google and they say that the plugin version doesn't support the server version.

    How do I fix this?

    Thanks,
    - OPsteffOP
     
  2. Offline

    Kilorbine

    You've exported your plugin with java jre/sdk 1.7 and he have is server running on java 1.8
    Or inverse
     
  3. Offline

    WolfMage1

    If he exported it as Java 7 and it's running Java 8, it's compatible,
    But if he exported it as Java 8 and he's using Java 7 it's not.
     
    maved145 likes this.
  4. Offline

    OPsteffOP

    Thanks for the replies!

    How can I fix this?
     
  5. Offline

    timtower Administrator Administrator Moderator

  6. Offline

    OPsteffOP

  7. Offline

    mine-care

    Please mark the thread as 'Solved'
     
Thread Status:
Not open for further replies.

Share This Page