nilesh patil
nilesh patil

Reputation: 51

Run RCP application without installing Eclipse

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

Answers (2)

l1sq0u48
l1sq0u48

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

Puce
Puce

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

Related Questions