• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report Wont install or load into the server

TheGreatEvan

Verified Member
I have java 7 installed and Im using bukkit 1.7.10, but its not working. I put the korra.jar file into the plugins folder and its not being seen by console/mentioned. Im using the latest version of the plugin and the latest version of bukkit. I dont know what I should do now, can someone help me?
 

xX_FireGaming_Xx

Verified Member
I have java 7 installed and Im using bukkit 1.7.10, but its not working. I put the korra.jar file into the plugins folder and its not being seen by console/mentioned. Im using the latest version of the plugin and the latest version of bukkit. I dont know what I should do now, can someone help me?
you should delete project korra and redownload the dev build at: Looking for the latest Dev Build? Click here
then it should work becuase i had that problem the first time i seen the website
 

runefist

Verified Member
I have java 7 installed and Im using bukkit 1.7.10, but its not working. I put the korra.jar file into the plugins folder and its not being seen by console/mentioned. Im using the latest version of the plugin and the latest version of bukkit. I dont know what I should do now, can someone help me?
Does the console output say anything specific? Could we have the log?
 

TheGreatEvan

Verified Member
sure


[19:18:27 INFO]: Starting minecraft server version 1.7.10
[19:18:27 INFO]: Loading properties
[19:18:27 INFO]: Default game type: SURVIVAL
[19:18:27 INFO]: Generating keypair
[19:18:27 INFO]: Starting Minecraft server on *:25565
[19:18:27 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[19:18:28 ERROR]: Could not load 'plugins/Korra.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/projectkorra/ProjectKorra/ProjectKorra : Unsupported major.minor version 51.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:364) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.<init>(CraftServer.java:326) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at net.minecraft.server.v1_7_R4.PlayerList.<init>(PlayerList.java:68) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at net.minecraft.server.v1_7_R4.DedicatedPlayerList.<init>(SourceFile:14) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:133) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
Caused by: java.lang.UnsupportedClassVersionError: com/projectkorra/ProjectKorra/ProjectKorra : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_65]
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) ~[?:1.6.0_65]
at java.lang.ClassLoader.defineClass(ClassLoader.java:621) ~[?:1.6.0_65]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) ~[?:1.6.0_65]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) ~[?:1.6.0_65]
at java.net.URLClassLoader.access$000(URLClassLoader.java:58) ~[?:1.6.0_65]
at java.net.URLClassLoader$1.run(URLClassLoader.java:197) ~[?:1.6.0_65]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_65]
at java.net.URLClassLoader.findClass(URLClassLoader.java:190) ~[?:1.6.0_65]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65]
at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65]
at java.lang.Class.forName0(Native Method) ~[?:1.6.0_65]
at java.lang.Class.forName(Class.java:249) ~[?:1.6.0_65]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[CraftBukkit.jar:git-Bukkit-1.7.9-R0.2-12-g5ac44d3-b3100jnks]
 

dNiym

Verified Member
Yep re-read the above suggestions esp the startup script one and give us some more info. When you last commented you were asked to check your startup script. What was it?
 
Top