5 lines
166 B
Batchfile
5 lines
166 B
Batchfile
@echo off
|
|
@title MapleSolaxia
|
|
set CLASSPATH=.;dist\*
|
|
java -Xmx2048m -Dwzpath=wz\ -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=n net.server.Server
|
|
pause |