Plugin not working on other Server

Discussion in 'Plugin Development' started by Acer_Mortem, Jan 2, 2013.

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

    Acer_Mortem

    I just finished a basic plugin, and ran it on the computer on which I developed it. All seemed to work fine, no errors. Then, I switched it to my server computer, and the plugin wouldn't run. Help?
     
  2. Offline

    Sagacious_Zed Bukkit Docs

    How do you know it is not running?
     
  3. Offline

    fromgate

    Is there any error messages in log? May be your plugin require specific permissions to use it?
     
  4. Offline

    Acer_Mortem

    The console is spammed with messages when it is being enabled =/ And I never put permissions in the plugin.
     
  5. Offline

    Retherz_

    different java versions?
     
    tommycake50 and keelar like this.
  6. Offline

    keelar

    You probably developed it on Java 7 and the other machine is running an older version.
     
  7. Offline

    Acer_Mortem

    That's it. I use Java 7 on this one, and Java 6 on the other. Thanks guys =D *hugs*

    I installed Java 7 on the server computer but it's still not working =/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 8, 2016
  8. java6 may still be on the path as the first variable found, it would be better if you just compile whit java 6, as the most populair hosts are still running java 6
     
  9. Offline

    Sagacious_Zed Bukkit Docs

    What is is spammed with?
     
  10. its spammed whit errors that mean the plugin is compiled using java 7, and run using java 6, as far I followed this thread
     
  11. Offline

    fireblast709

    Not a clue, never saw any error posted in here :p
     
  12. Offline

    Sagacious_Zed Bukkit Docs

    How do you know what it is spammed with, I don't see anything here.
     
  13. Offline

    fireblast709

    Well he claims the console is getting spammed
     
  14. Offline

    Acer_Mortem

    Okay, I found the error. I just had to completely uninstall Java then reinstall java 7.
     
  15. Offline

    EnvisionRed

    Yep. As to the console spam, I'd assume it would be the standard "major minor version" messages which appear when incompatible java versions are present.
     
Thread Status:
Not open for further replies.

Share This Page