Tutorial: Exporting a Module in Eclipse - ColoradoSchoolOfMines/interface_sdk GitHub Wiki
To export a module that was made in Eclipse, simply:
- Make sure all files have been saved, and that your project has been refreshed. To refresh your project, right-click on the project name and select Refresh.
- Right-click your project, click Export > JAR File and click Next.
- Choose the location to save to and name your JAR (be descriptive!)
- Click Finish. If packaging fails, Eclipse will pop up a dialog box explaining the errors.
If your JAR was created successfully, it will now be in your selected location.