I have a FTB Ultimate server (1.4.7) running mcpc plus. The server will launch on all of my systems in exception to the one that I actually want to host on. I have ensured files are not corrupt, re-installed Java, re-installed .net, re-installed all C++, and toyed with files. Start script is
@ECHO OFF
SET BINDIR=%~dp0
path=%PATH%;%C:\Users\Anon\fresh files
java -Xmx12G -Xms12G -jar mcpc-plus.jar
PAUSE
Error I receive is
Please drop me any ideas on this because I'm at a loss
@ECHO OFF
SET BINDIR=%~dp0
path=%PATH%;%C:\Users\Anon\fresh files
java -Xmx12G -Xms12G -jar mcpc-plus.jar
PAUSE
Error I receive is
Please drop me any ideas on this because I'm at a loss