Jump to content

need help on how to install a tickit server step by step


Recommended Posts

i am running a tekkit server and this is what i get when i run the server:


C:\Users\yoodley\Desktop\server>java -Xmx3G -Xms2G -jar Tekkit.jar nogui

182 recipes

27 achievements

17:01:02 [iNFO] Starting minecraft server version 1.2.5

17:01:02 [iNFO] Forge Mod Loader version @MAJOR@.@MINOR@.@REV@.@BUILD@ for Minec

raft @MCVERSION@ loading

17:01:02 [iNFO] Loading mods from C:\Users\yoodley\Desktop\server\mods

17:01:03 [sEVERE] java.lang.UnsupportedClassVersionError: net/minecraft/server/m

od_NetherOres : Unsupported major.minor version 51.0

17:01:03 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method)

17:01:03 [sEVERE] at java.lang.ClassLoader.defineClassCond(Unknown Source)

 

17:01:03 [sEVERE] at java.lang.ClassLoader.defineClass(Unknown Source)

17:01:03 [sEVERE] at java.security.SecureClassLoader.defineClass(Unknown S

ource)

17:01:03 [sEVERE] at java.net.URLClassLoader.defineClass(Unknown Source)

17:01:03 [sEVERE] at java.net.URLClassLoader.access$000(Unknown Source)

17:01:03 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

17:01:03 [sEVERE] at java.security.AccessController.doPrivileged(Native Me

thod)

17:01:03 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)

17:01:03 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

17:01:03 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So

urce)

17:01:03 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

17:01:03 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

17:01:03 [sEVERE] at java.lang.Class.forName0(Native Method)

17:01:03 [sEVERE] at java.lang.Class.forName(Unknown Source)

17:01:03 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:4

40)

17:01:03 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.jav

a:497)

17:01:03 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:375)

17:01:03 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

17:01:03 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

kitHandler.java:113)

17:01:03 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

rver.java:118)

17:01:03 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:426)

17:01:03 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

17:01:03 [sEVERE] Unexpected exception

java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Un

supported 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 java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

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 cpw.mods.fml.common.Loader.loadModClass(Loader.java:440)

at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497)

at cpw.mods.fml.common.Loader.load(Loader.java:375)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:

113)

at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

>

Link to comment
Share on other sites

  • Forum Administrators

I'm going to be nice and keep you one point away from probation. Failure to use code tag or pastebin but more importantly failure to submit a proper bug report.

Upgrade to java 7.

Link to comment
Share on other sites

  • Forum Administrators

you are not supposed to make server...

But about your Q ,take out nether ores and there will be no errors anymore

Don't give shitty advice. Update your Java and you can have Nether Ores!

Link to comment
Share on other sites

Here's what happened: You downloaded and installed java 7, but left java 6 where it was, so your system still saw java 6 as the default. You needed to either uninstall Java 6, or make a batch to tell the server what to start with.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...