- Download the latest release of the program from here
- Extract the content of the zip file to a local folder.
- Execute the file "SimpleKF2ServerLauncher.jar" just by double click over the file or, as an alternative method, type next commands in a terminal.
Example
C:\> cd SimpleKF2ServerLauncher-local-folder
C:\SimpleKF2ServerLauncher-local-folder> java -jar SimpleKF2ServerLauncher.jar
NOTE: Replace SimpleKF2ServerLauncher-local-folder for the local folder that you want.
- Execute the file "SimpleKF2ServerLauncher.jar" with next commands in a terminal:
Example
$ cd SimpleKF2ServerLauncher-local-folder
$ java -jar SimpleKF2ServerLauncher.jar
NOTE: Replace SimpleKF2ServerLauncher-local-folder for the local folder that you want.
Back to main page here.