Ampz server help!

Status
Not open for further replies.

smiget333

New Member
Jul 29, 2019
14
0
0
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
 

epharian

New Member
Jul 29, 2019
7
0
0
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.
 
Status
Not open for further replies.