Reputation: 19648
I wrote a Java App - a calculator to convert temperature between Kelvin, Celsius and Fahrenheit.
The app finally works with a bunch of clearly bugs but anyway, my question is how to export my Java App out of Eclipse. So I can single click and open that app without IDE.
Thanks.
Upvotes: 0
Views: 665
Reputation: 806
You mean an export to a runnable jar file?
File => Export => Java => Runnable Jar file. Then select yout project and main class and done.
Upvotes: 1