[BUG] The new server starter does not work on Linux
yannikwirbs opened this issue ยท 3 comments
Hello there,
I just downloaded your new starter, and apparently it is not working properly.
Between following messages, your Java arguments on startup are not correctly formatted for Linux.
[18:27:34] [INFO] Starting to installing Additional Files
[18:27:34] [INFO] Starting to copy local files.
[18:27:34] [INFO] Starting Loader, output incoming
--ERROR in usage, basically explaining how to use Java on Linux
Usage: java [options] [args...]
(to execute a class)
or java [options] -jar [args...]
(to execute a JAR file)
or java [options] -m [/] [args...]
java [options] --module [/] [args...]
(to execute the main class in a module).
Arguments following the main class, -jar , -m or --module
/ are passed as arguments to the main class.
followed by:
[18:29:35] [INFO] Server has been stopped, it has started 1 times in 60min
[18:29:35] [INFO] Restarting server in 10 seconds, press ctrl+c to stop
I hope you find it easily with this info. If you need anything else let me know.
In kind Regards