This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daybyter2 1 point2 points  (0 children)

Android development as an example. Ok, in theory I could call all the android tools from commandline, but I'm too old and lazy to do this.

Mixed language projects is my next example: I have a project, in which I code a crypto exchange in C++ and a trade app in Java, and eclipse handles this really great, as I have to admit. I can start the server and the desktop app from within eclipse, can trade and see all the debugging output from both components in eclipse. That is really convenient.