Editing
Tutorials/Setting up a server
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== On macOS, Linux, and FreeBSD ==== All these systems use a common scripting language called the "POSIX shell script" on the command line. Create a text file in the folder where you put the jar as "start.sh" and write the following in: <syntaxhighlight lang="sh"> #!/bin/sh cd "$(dirname "$0")" exec java -Xms1G -Xmx1G -jar server.jar --nogui </syntaxhighlight> Now save the file. Run {{code|chmod a+x start.sh}} (or path to wherever you put the script) to make it executable. You can now run the file by double-clicking or by running {{code|./start.sh}} in the folder (or using a whole path from outside there). If you want to add a pausing part like the Windows example, remove the {{code|exec}} word, and add a line of {{code|read -n 1 -p "Waiting..."}} to the end. This is useful if you are running the script by double-clicking on the GUI.
Summary:
Please note that all contributions to Kiiw may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Kiiw:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information