Created
January 24, 2012 15:29
-
-
Save colin-haber/1670696 to your computer and use it in GitHub Desktop.
Console Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| n1nja@Colin-Server:~/mc$ java -version | |
| java version "1.6.0_26" | |
| Java(TM) SE Runtime Environment (build 1.6.0_26-b03) | |
| Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) | |
| n1nja@Colin-Server:~/mc$ bash start.sh | |
| Exception in thread "main" java.lang.NoClassDefFoundError: net/minecraft/server/MinecraftServer | |
| Caused by: java.lang.ClassNotFoundException: net.minecraft.server.MinecraftServer | |
| at java.net.URLClassLoader$1.run(URLClassLoader.java:202) | |
| at java.security.AccessController.doPrivileged(Native Method) | |
| at java.net.URLClassLoader.findClass(URLClassLoader.java:190) | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | |
| at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:247) | |
| Could not find the main class: net.minecraft.server.MinecraftServer. Program will exit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -Xms1024M -Xmx1024M -jar minecraft_server.jar nogui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment