mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
6 lines
244 B
Markdown
6 lines
244 B
Markdown
From the production/RS-2009/ directory, run:
|
|
printf 'Main-Class: org.runite.Client\n' > Manifest.txt ; jar cfm Client.jar Manifest.txt org/runite/*.class org/runite/jagex/*
|
|
(Note: This was only tested on Linux.)
|
|
|
|
Test with
|
|
java -jar Client.jar
|