Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build .jar from source code? #2

Closed
khoazero123 opened this issue Oct 17, 2018 · 2 comments
Closed

How to build .jar from source code? #2

khoazero123 opened this issue Oct 17, 2018 · 2 comments

Comments

@khoazero123
Copy link

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

@tomazas
Copy link
Owner

tomazas commented Oct 21, 2018

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!

@tomazas tomazas closed this as completed Oct 21, 2018
@khoazero123
Copy link
Author

Thank you very much. It work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants