S smiget333 New Member Jul 29, 2019 14 0 0 Apr 16, 2013 #1 Hi there, Im looking into running an Ampz server on Ubuntu. When I goto to run the script it doesnt run Heres the sh file I run. javaw -Xms512M -Xmx512M -cp forge.jar;server.jar net.minecraft.server.MinecraftServer Thanks Matt
Hi there, Im looking into running an Ampz server on Ubuntu. When I goto to run the script it doesnt run Heres the sh file I run. javaw -Xms512M -Xmx512M -cp forge.jar;server.jar net.minecraft.server.MinecraftServer Thanks Matt
E epharian New Member Jul 29, 2019 7 0 0 May 11, 2013 #2 i have the same trouble. note that i do know that javaw is only for windows you want Code: java -Xms512M -Xmx512M -cp forge.jar;server.jar net.minecraft.server.MinecraftServer but this still fails for me--i get warnings about the -cp tag.
i have the same trouble. note that i do know that javaw is only for windows you want Code: java -Xms512M -Xmx512M -cp forge.jar;server.jar net.minecraft.server.MinecraftServer but this still fails for me--i get warnings about the -cp tag.