- Joined
- Aug 16, 2006
- Messages
- 1,253
- Reaction score
- 199
A quick tutorial since i shouldnt have to go into detail.
1. Download eclipse.
2. Right click package explorer in eclipse and import the root folder that you want to start working on.
(ex. Client)
3. Open the file you want to edit.
(ex GameClient.java)
4. Save file (ctrl+s)
5. Right click package.
(the one you imported)
6. Expand Java, select JAR File, then next.
7. Deselect everything except the src folder, then select the export destination and click next.
8. Leave the defaults, click next.
9. Select "use existing manifest from workspace" - then browse to the manifest.mf file then click finish.
10. Ignore any warnings, and your done.
Quick video included.
Enjoy.
1. Download eclipse.
To view the content, you need to sign in or register
2. Right click package explorer in eclipse and import the root folder that you want to start working on.
(ex. Client)
3. Open the file you want to edit.
(ex GameClient.java)
4. Save file (ctrl+s)
5. Right click package.
(the one you imported)
6. Expand Java, select JAR File, then next.
7. Deselect everything except the src folder, then select the export destination and click next.
8. Leave the defaults, click next.
9. Select "use existing manifest from workspace" - then browse to the manifest.mf file then click finish.
10. Ignore any warnings, and your done.
Quick video included.
To view the content, you need to sign in or register
Enjoy.
Last edited: