Run RCP application without installing Eclipse
eclipse, eclipse-rcp, java
Solution
An Eclipse RCP application usually contains everything from Eclipse it needs, so yes, you don't need to install Eclipse just to run an Eclipse RCP application.
Problem
I am new to RCP appication. Is it possible to run RCP application without installing eclipse. I mean can we run the rcp application like ther java application(like Swing application)?