tomazas / ATCommandTester

Ported and cleaned up version of the ATCommandTester from m2msupport.net
GNU General Public License v2.0
140 stars 57 forks source link

How to build .jar from source code? #2

Closed khoazero123 closed 6 years ago

khoazero123 commented 6 years ago

I'm newbie Java, someone can guide me how to build this project?

tomazas commented 6 years ago

Steps to build on Eclipse IDE:

  1. Download source.
  2. Open in Eclipse IDE via File->Import->General->Existing Projects into Workspace.
  3. Select the source folder, click Finish.
  4. Right click on imported project.
  5. Select Run As -> Java Application, choose "ATCommandTester" and OK.
  6. Once the application launches - close it.
  7. Now right-click the project again.
  8. Select Export->Java->Runnable JAR file.
  9. Select launch configuration "ATCommandTester" and export destination filename, click Finish.
  10. If everything goes well, the JAR file will be at the specified destination. Enjoy!
khoazero123 commented 6 years ago

Thank you very much. It work :)