This post originated from an RSS feed registered with Java Buzz
by Java Guru.
Original Post: How to create shippable desktop applications in java using Eclipse IDE
Feed Title: Java Interview Questions and Answers with Example
Feed URL: http://singletonjava.blogspot.com/feeds/posts/default?alt=rss
Feed Description: Blog for Java techniques and Programming Tutorials, Examples, Design Patterns, Interview Questions and Answers, Cloud, Virtualization, XML, Docker, Multithreading, Collection, Error and Exception, Java Singleton Design Pattern, Docker Interview Questions, String, Executor Service, Array List, TreeSet, HashMap, Concurrency
Problem Statement:
I want to create a jar which I can run standalone using Eclipse IDE
Solution:
When the code is ready and all the code is written up and the application is ready to be shipped as standalone application, following are the steps needed:
(a) First recheck whether there is no compilation error.
(b) Confirm all the dependency project and jar is in the build path
(c) Right click