How to build .jar from source code?
khoazero123 opened this issue · 2 comments
khoazero123 commented
I'm newbie Java, someone can guide me how to build this project?
tomazas commented
Steps to build on Eclipse IDE:
- Download source.
- Open in Eclipse IDE via File->Import->General->Existing Projects into Workspace.
- Select the source folder, click Finish.
- Right click on imported project.
- Select Run As -> Java Application, choose "ATCommandTester" and OK.
- Once the application launches - close it.
- Now right-click the project again.
- Select Export->Java->Runnable JAR file.
- Select launch configuration "ATCommandTester" and export destination filename, click Finish.
- If everything goes well, the JAR file will be at the specified destination.
Enjoy!
khoazero123 commented
Thank you very much. It work :)