Following the instructions from http://forum.industrial-craft.…page=Thread&threadID=1366 , I attempted to start an IC2 server for my friend and I to play on, however it seems to defy all my attempts to master it.
The first inconsistancy for me is that it seems to change the extension on the Minecraft.net download of the server jar file into a .zip. I figured that wouldn't be much of a problem, and changed it into a .jar file, and initiated a server using;
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar minecraft_server.jar nogui
PAUSE
The server initiated, and ran just fine. However, when I added the two required mods to the .jar file via winrar, and then put the IC2 server jar into the mods folder, it generated a cmd prompt error.
Exception in thread "main" java.lang.VerifyError: (class: net/minecraft/server/M
inecraftServer, method: s signature: ()Z) Incompatible argument to function
Could not find the main class: net.minecraft.server.MinecraftServer. Program wil
l exit.
Press any key to continue . . .
My confusion knows no bounds.
If someone wouldn't mind just winzipping a working server and sending it to me, that would just nip this issue in the bud. I am at a loss.