Though this does open up a working server that other machines can connect to, for some reason it does not load the mods. If I try to take/make an item such as the crusher, it tells me the item does not exist. On the other hand, if I choose an item from the base MC, it works fine. I tried opening the forge.jar to see if I was just using the wrong file, but it would not open:
$ java -Xms512M -Xmx1500M -jar forge.jar
Exception in thread "main" java.lang.NoClassDefFoundError: aa
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:787)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:447)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
Caused by: java.lang.ClassNotFoundException: aa
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 13 more
Though this does open up a working server that other machines can connect to, for some reason it does not load the mods. If I try to take/make an item such as the crusher, it tells me the item does not exist. On the other hand, if I choose an item from the base MC, it works fine. I tried opening the forge.jar to see if I was just using the wrong file, but it would not open:
Any help would be greatly appreciated, thanks.