-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmaking_jars.txt
42 lines (25 loc) · 1.44 KB
/
making_jars.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
To make spaceout.jar:
- In Eclipse, go to File -> Export
- Under 'Java', select 'JAR File'
- Inside of the 'spaceout' folder, select the checkbox next to 'src'.
Make sure it's the only checkbox selected!
- De-select the 'com.bitwaffle.launcher' package inside of 'src' (Optional, but recommended - no reason for the code to be in there)
- Browse for where you want to export the jar (should be $HOME/.spaceout in Linux or /Users/[you]/.spaceout in Windows - it needs to be in the same folder as )
Make sure it's named 'spaceout.jar'!
- Click 'Next' and then 'Next' again
- Select 'Use existing manifest from workspace' and then 'Browse...'
- Inside of the 'spaceout' folder, select 'MANIFEST.MF' and click 'Ok'
- Click 'Finish' and you should have your jar!
---------------------------------------------------------------------------------------------------------
To make the launcher jar:
- In Eclipse, go to File -> Export
- Under 'Java', select 'JAR File'
- Inside of the 'spaceout' folder there's a 'src' folder
Inside of the 'src' folder, select just the 'com.bitwaffle.launcher' package
Make sure it's the only checkbox selected!
- Browse for where you want to export the jar
Put it wherever, name it anything!
- Click 'Next' and then 'Next' again
- Select 'Generate the manifest file'
- Click the 'Browse...' button next to the 'Main class' box and select 'Launcher' then click 'OK'
- Click 'Finish' and you should have your jar!