Reputation: 1
I have an executable jar file that I want to run in my main method, should i put it on my project libraries? how can I do this?
Upvotes: 0
Views: 47
Reputation: 593
right click on project ->Properites->Libraries -> Add jar/folder.
After create an instance of your class in main function.
Upvotes: 1