Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)?

like image 611
nilesh patil Avatar asked Nov 21 '12 09:11

nilesh patil


1 Answers

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.

like image 88
Puce Avatar answered Sep 23 '22 05:09

Puce