2

I'd like to know if it is possible, because I'd prefer to have only one eclipse running on my computer.

Thanks a lot.

Juan Francisco
  • 179
  • 3
  • 10

1 Answers1

0

The Bada SDK development tool seems to be a full RCP (Rich Client Platform) application, not a simple Eclipse plugin. Its installation procedure supports only a stand-alone mode.
You can check out its sources (423Mo) at opensource.samsung.com (type bada in the search field) and see how the project is actually structured.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • I have Eclipse and BadaIDE installed, and as everybody knows, badaIDE is based on eclipse, that's why I'd like to know if it should be possible, like we can do with the android SDK. – Juan Francisco Dec 11 '10 at 11:39
  • @Specter: I suppose you have both installed as separate product. For a RCP deployed as a standalone project (http://www.vogella.de/articles/EclipseRCP/article.html#deployproduct), I would try copying all features and plugins jar from that standalone into your eclipse, and see if it picks up said RCP. – VonC Dec 11 '10 at 13:45
  • If Eclipse is part of Bada SDK, then why not re-use it as your main Eclipse, instead of the other one you can install by choice. – John Oct 09 '11 at 19:48