plugin could not load

Discussion in 'Bukkit Help' started by RumbleIV, Oct 15, 2012.

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

    RumbleIV

    yes i am updated to java7

    Code:
    [7:32:07 PM] Drew Millard: 195 recipes
    27 achievements
    19:25:49 [INFO] Starting minecraft server version 1.3.2
    19:25:49 [INFO] Loading properties
    19:25:49 [INFO] Default game type: SURVIVAL
    19:25:49 [INFO] Generating keypair
    19:25:49 [INFO] Starting Minecraft server on *:25565
    19:25:49 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0
    -b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
    19:25:50 [SEVERE] Could not load 'plugins\RankupOnKills.jar' in folder 'plugins'
     
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError
    : net/roguedraco/rankuponkills/RankupOnKillsPlugin : Unsupported major.minor ver
    sion 51.0
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:154)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
            at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(Server
    ConfigurationManagerAbstract.java:50)
            at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
     
            at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.UnsupportedClassVersionError: net/roguedraco/rankuponkills/
    RankupOnKillsPlugin : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(Unknown Source)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$000(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:44)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:143)
            ... 9 more
     
  2. Offline

    Jade

  3. Offline

    CRAZYxMUNK3Y

    Darky1126
    There is no need for any of that info.

    RumbleIV
    Your issue is;
    1)Update the plugin to the newest version
    2)Double check that the sever is using Java7, and not Java6 for some reason
     
  4. Offline

    Jade

    Plugins are not always friendly to eachother. The build is gonna decide a lot.
     
  5. Offline

    RumbleIV

    I have java 7 but how do i check if the server is using java7?

    http://dev.bukkit.org/server-mods/rankuponkills/#comments

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  6. Offline

    Omnitv

  7. Offline

    RumbleIV

  8. Offline

    Jade

  9. Offline

    Necrodoom

    Darky1126 -_-
    RumbleIV your java version is outdated, so you cant run the plugin. my guess is that server still uses java 6, try check for older java installs on the computer (if windows, use "programs and features" on control panel)
     
  10. Offline

    Jade

    necrodoom Actually, in the server.log, it says nothing about Vault, and on the BukkitDev page, it says "Dependencies: Vault."
     
  11. Offline

    Necrodoom

    the error complains about java version, not unknown dependency vault.
     
  12. Offline

    Jade

    Might as well kill two birds with one stone.

    Sec... Lemme test something in my jar (I recommend watching for a notification.)

    RumbleIV -- I'd go to your programs and features, search "Java"
    [​IMG]

    Notably, I have 4 installed. If you don't see Java 7 Update 7 on yours, you have the wrong Java. If you have any older versions of Java, I recommend uninstalling them, as they have security flaws. (That's why I assume major versions are pushed.)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2020
    JWhy likes this.
  13. Offline

    Hexers5

    the issue I had was I had to download the plugin mcore and the problem is no longer an issue. it also needs Vault like Jade has said. hope this helps :)
     
Thread Status:
Not open for further replies.

Share This Page