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.

link|improve this question

75% accept rate
feedback

1 Answer

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.

link|improve this answer
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. – Specter Dec 11 '10 at 11:39
@Specter: I suppose you have both installed as separate product. For a RCP deployed as a standalone project (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 9 '11 at 19:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.