> I downloaded Eclipse 3.0 last night. Eclipse blots out the sun alright
> - the image size is 100 MB! And that's just for my tiny one-class test
> project.
>
> I think I'm sticking with Jbuilder.
>> I downloaded Eclipse 3.0 last night. Eclipse blots out the sun
>> alright - the image size is 100 MB! And that's just for my tiny
[quoted text clipped - 4 lines]
> Every IDE I can think of is overkill for just a "tiny one-class test
> project".
That's not the point. The point is, even with a tiny one-class test
project, it's 100 MB, so imagine what it will be like with something real.
> If you don't know you to get the job done with a text editor
> and the Java command-line tools then you ought to learn.
I do know how, thank you.
IDEs are too useful to give up. JBuilder will tell you when you have a
syntax error or undeclared variable before you compile it. It helps you
manage multiple-file builds. It lets you navigate a class through its
membership. It emulates Emacs in its editor. It will take care of
classpath issues for you. It will do a lot of things. And it's FREE.
I don't need all of the things it does, there's no way I would go to a
straight text editor and javac. No way.
> If you have resolved to use an IDE in any case, then memory footprint is
> probably not a particularly good criterion on which to choose the right
> one.
It's one of the criteria, and a perfectly valid one.
I just started up JBuilder, with two projects, one of them largish. It
came to 50 MB. Eclipse is too big.
Dave
Joe Fischer - 20 Aug 2004 02:07 GMT
>>> I downloaded Eclipse 3.0 last night. Eclipse blots out the sun
>>> alright - the image size is 100 MB! And that's just for my tiny
[quoted text clipped - 31 lines]
>
> Dave
Sounds like your mind is made up, which is fine. I have some
projects with hundreds of classes, some of them rather large. I don't
see much change in the memory image with those loaded up. Running
them, however, is a different story. After a few hundred objects are
created is when memory usage can be an issue.
Any developer machine is going to need a lot of memory. Hard
to get around that.
-------
Remove underscores from e-mail address.
Dave Stallard - 23 Aug 2004 18:06 GMT
> Sounds like your mind is made up, which is fine. I have some
> projects with hundreds of classes, some of them rather large. I don't
> see much change in the memory image with those loaded up.
Maybe not. If it actually stops at 100 MB, then that might not be so
bad. I'm used to JBuilder's image size growing with use, which might be
a specific problem with JBuilder that Eclipse wouldn't have. I only
have 256MB on my Win2K machine, and I suppose I should join the modern
world.
> Any developer machine is going to need a lot of memory. Hard
> to get around that.
I'm not sure I buy that. That seems to me to be just a rationale for
over-sized IDEs like Visual (Fee-fi-fo-fum!) Studio.
Eclipse is built on SWT, which is supposed to be more efficient and
close to native widgets than Sun's GUI layer. I guess I had hoped for a
smaller, more efficient IDE than what I saw in Eclipse 3.0.
My favorite IDE of all time is still Intellij's IDEA, but that program
really was a memory hog.
Dave
Joe Fischer - 24 Aug 2004 00:15 GMT
>> Sounds like your mind is made up, which is fine. I have some
>> projects with hundreds of classes, some of them rather large. I don't
[quoted text clipped - 20 lines]
>
> Dave
You should have seen Visual Age For Java, the predecessor of
eclipse. That was a pig. And this was before computers were
regularly sold with lots of memory and fast processors (a speedy disk
was also necessary). I think I'm living large after 3 years of VAJ.
-------
Remove underscores from e-mail address.
P.Hill - 20 Aug 2004 07:06 GMT
> That's not the point. The point is, even with a tiny one-class test
> project, it's 100 MB, so imagine what it will be like with something real.
Maybe 101 MB.
-Paul
Filip Larsen - 23 Aug 2004 18:47 GMT
> That's not the point. The point is, even with a tiny one-class test
> project, it's 100 MB, so imagine what it will be like with something real.
I find that Eclipse 3.0 on win2k after start takes up 30 MB with no open
projects and 75 MB after opening and rebuilding two "real-life"
projects. I don't think I have ever seen it above 150 MB in peak memory
use, but I regularly see it drop down to 2 MB when minimized and 20-30
MB just after normalize. From daily usage, I percieve Eclipse as an
application that has very good control over its memory usage and as an
IDE I think it has a good balance between memory usage and speed of
access to feature.
Regards,

Signature
Filip Larsen