Jump to content
  • 0

NoClassDefFound......


Question

Posted

Title: NoClassDefFound......

Version: 3.1.2

OS: windows vista

Java Version: jre7

Description of Problem:

when i try to run my server it comes up with this error

Error Messages:

Error Log:


C:\Users\Geokolte\Desktop\Server\Tekkit_Server 3.1.2>java -Xmx1024M -Xms1024M -j

ar Tekkit.jar

182 recipes

27 achievements

java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.

internal.Kernel32

        at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu

pport.java:50)

        at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)

        at jline.WindowsTerminal.init(WindowsTerminal.java:80)

        at jline.TerminalFactory.create(TerminalFactory.java:93)

        at jline.TerminalFactory.get(TerminalFactory.java:151)

        at jline.console.ConsoleReader.<init>(ConsoleReader.java:140)

        at jline.console.ConsoleReader.<init>(ConsoleReader.java:126)

        at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:101)



        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:637)

        at org.bukkit.craftbukkit.Main.main(Main.java:136)



C:\Users\Geokolte\Desktop\Server\Tekkit_Server 3.1.2>PAUSE

Press any key to continue . . .

1 answer to this question

Recommended Posts

  • 0
Posted

This is either a very bad java malfunction, or a Windows error. I tend to think the latter. Firstly, reinstall both 32 and 64 bit versions of java (make sure you delete the other ones first) and try again. If the same error is returned, something Windows is doing means it cannot run java correctly. This might be solved if you (re)install C++ , as it is a necessary component for running java binaries. Otherwise, you will need to talk to someone whose better with Vista and Microsoft Windows in general than me.

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...