Reputation: 51
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)?
Upvotes: 5
Views: 854
Reputation: 381
Use your .product file and on the Overview Tab, click on "Eclipse Product export wizard" and follow the instructions. The wizard will generate all your app needs to run and an .exe file. You'll can use this file to launch your app !
Upvotes: 0
Reputation: 38122
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.
Upvotes: 6