Recently I installed forge "forge-1.6.4-9.11.1.1345-installer", and it creates a few files in the server folder, but when I run the .jar file (forge one) no files are generated. After that I ran the vanilla server file to see if that would help fix the error; maybe it was missing some libraries? But to no avail. To see the error I created a start.bat file:
java -Xmx1024M -Xms1024M -jar minecraftforge-universal-1.6.4-9.11.1.1345.jar nogui
pause
Now with this I got a very lengthy error in the CMD:
Now I know a little java and I can see that the error
Caused by: java.lang.GetClassException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader
means that a specific type (say int or bool) is being extended onto another type that isn't implicit. However I don't know how to fix that nor do I know why its happening.
Thanks,
Aidan