This may be a silly question but should I use the 32 bit or 64 bit version of Eclipse on my Mac?

I'm fully up to date with Snow Leopard and all patches and I have a pretty recent iMac (30", Dual Core, 3GB)

I thought that Java on Snow Leopard was now 64 bit only so can't understand why there is a 32bit download. Is it just the Eclipse download page that is showing 32 bit for older versions of OSX?

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

You're probably better off with the 64-bit edition. Nearly all the system software is 64-bit in Snow Leopard, and if you only run 64-bit apps, you don't pay the cost of having to load the 32-bit runtimes (which can consume quite a lot of memory). It may also benefit from the 64-bit memory model, though I'm not sure how well the JVM takes advantage of that yet. I expect the 32-bit version is provided for Leopard (and earlier) compatability.

link|improve this answer
It is possible to use Java6 in 32 bit mode in Snow Leopard. Just use the -d32 switch to start it. It is seldom needed, but sometimes useful, as 32 applications use a bit less memory. – Zoltán Ujhelyi Dec 5 '10 at 20:01
feedback

I would use 64bit Eclipse.

link|improve this answer
feedback

safe bit is 32-bit :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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