Minecraft server problems?

Alright so my friend and i just tried to create a server for just the two of us to play together and have a modded survival series to play though… Just created the server and kept getting this crash…

does any of this make sense to anyone?

---- Minecraft Crash Report ----
// Oops.

Time: 6/11/14 6:37 PM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
at net.minecraft.server.management.PlayerManager.<init>(PlayerManager.java:55)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:113)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:246)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException
at java.net.URLClassLoader$1.run(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 net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClas

Making a server with mods is a huge pain! Go to bukkit.org and download their latest server if you haven't already, makes it much easier. As for the error report, I have no idea what any of that means. In my own experience with vanilla server running, the one thing to be wary of is port forwarding. If you need help with port forwarding, go here: http://portforward.com/english/routers/port_forwarding/routerindex.htm

Any help that the server is in 1.6.4?

Are you running 32-bit or 64-bit Windows? For 64-bit Windows you might specifically need to manually download/install 64-bit Java, because the default Internet Explorer is 32-bit, so by default only 32-bit Java is installed from that.

Looks like an lwjgl error which should not even matter for a server unless trying to launch it with gui without proper GL support or something. Maybe try launching it with nogui at the end of the line that launches the minecraft_server.jar (or if a modpack whatever.jar launches that).