Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Under which OS is Eclipse most robust? [closed]

Eclipse was developed using Java 6, so using the latest stable release of Java 6...

Under which OS eg. Windows 7, Funduntu, Ubuntu or MacOSX is Eclipse most robust?

Reason for question:

I, like many other people, consider Eclipse to be the best IDE to develop android applications. However, that doesn't mean that its very good. I think that the reason that it isn't very good is because it has been developed to be compatible with as many system setups as possible. Its an impossible task. In fact, finding a single setup that works flawlessly is proving very difficult, but I WILL find at least one.

Edit:

It appears that the different OS's have never been compared before, so I will test over the next few weeks and report my findings back here.

like image 558
WonderWorker Avatar asked Apr 10 '13 07:04

WonderWorker


2 Answers

Eclipse has builds available and packages for all major OS, so choose your pick from here:

http://www.eclipse.org/downloads/

Check the drop down list in the top right corner.

This is my first and only option(Eclipse) when developing Android. And it is free.

P.S. Then I would recommend with all my heart : Linux OS any version. It is fast and hasn't the problems of Win OS. Also is faster and it's performance is better.

I found this interesting article now: http://www.linux.com/news/software/applications/708977-the-2013-top-7-best-linux-distributions-for-you

Best Desktop Distribution

There are so many excellent contenders for desktop Linux this year that it's become a more difficult choice than ever – and that's really saying something.

Canonical's Ubuntu has made great strides in advancing Linux's visibility in the public eye, of course, while Linux Mint and Fedora are both also very strong choices. Regarding Ubuntu, however, a number of issues have come up over the past year or so, including the inclusion of online shopping results in searches – an addition Richard Stallman and the EFF have called “spyware.”

Fuduntu logo

At the same time, the upheaval caused by the introduction of mobile-inspired desktops such as Unity and GNOME 3 continues unabated, spurring the launch of more classically minded new desktops such as MATE and Cinnamon along with brand-new distros.

For best desktop Linux distro, I have to go with Fuduntu, one of this new breed of up-and-comers. Originally based on Fedora but later forked, Fuduntu offers a classic GNOME 2 interface – developed for the desktop, not for mobile devices -- and generally seems to get everything right.

Besides delivering the classic desktop so many Linux users have made clear that they prefer, Fuduntu enjoys all the advantages of being a rolling release distribution, and its repository includes key packages such as Netflix and Steam. I've been using it for months now and

like image 199
radu florescu Avatar answered Nov 07 '22 22:11

radu florescu


I would have used direct comment replies but my stack ranking isn't quite there yet.

You cited above the reasons for not liking eclipse as it not using the registry and not looking like Windows operating system UI elements. That's more than just eclipse, that's generally how most things in Java go. It's not impossible for a Java application to use the windows styling for it's user interface but that's extra work I'd say the majority of Java apps will not have had put into them. Realistically there's no reason this should scare you away though and you will run into the same things you've cited when doing Android development in other Java based IDEs. IntelliJ for example does much of the same.

like image 23
cgv Avatar answered Nov 07 '22 23:11

cgv