SOLVED A link to my startup script for my server: http://pastebin.com/zKi6qeTQ And a Link to The Error Code I Get: http://pastebin.com/e5w0axKf Update: I figured out that it is not a problem with the startup.
From the troubleshooting sticky: Full error: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.kernel32 at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode<WindowsSupport.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:94> at net.minecraft.server.MinecraftServer.main<MinecraftServer.java:624> at org.bukkit.craftbukkit.Main.main<Main:136> Press any key to continue . . . This error is caused by you not having Visual C++ 2008 Redistributable installed, or having the wrong version installed that matches your Java version. The version of Visual C++ 2008 Redistributable (x64 or x86) must match the version of Java you are using. If you are using Java x86 and have Visual C++ 2008 Redistributable x64 installed, it will not work. You must either use Java x64, or install Visual C++ 2008 Redistributable x86. Alternatively, add in the -nojline option which turns off jline.