which java ide?

Eclipse. The only problem I have is that is crashes quite a lot on Vista RC1* and Java SE 6. :(

* it's usually fine on XP Professional and imagine it would be great on OSX.
 
Clarkey said:
Eclipse, I use it on windows and it seems allright to me, how is it slow?
Varies from time to time, but usually it's the Intellisense that can bring the whole app to a snails pace.
 
Clarkey said:
Eclipse, I use it on windows and it seems allright to me, how is it slow?

I find it a little slow on Linux but OSX and Windows XP are fine. There seem to be a few reasons why it can seem slow at times. Firstly it is written in Java: I disagree with most people who think Java is inherrantly slow, but it does have garbage collection pauses. Secondly Eclipse is not specifically a Java IDE. It is a workbench that uses plugins to transform it into many different types of IDE (C++, Cobol, PHP, etc). Both of these issues can be partly addressed by extra physical memory and also allowing the JVM more memory at startup.
 
Hades said:
I find it a little slow on Linux but OSX and Windows XP are fine.

This all depends on what default JRE is being used for your OS.
The core JRE for kubuntu (1.4.2 I think ) stinks with eclipse a simple upgrade to 1.5 and eclipse starts to fly.
 
Back
Top Bottom