likejudo
likejudo

Reputation: 3735

On Windows 7 (64 bit), do you have to install only 64 bit Java, and 64 bit Eclipse?

I heard that vendors do not all have 64 bt libs, so am wanting to only install 32 bit Eclipse, and 32 bit Java. However, I have run into IDE issues so wondered if it is all because I did not install 64 bit?

issues cannot connect subclipse to VisualSVN on Windows 7 http://groups.google.com/group/android-beginners/browse_thread/thread/66d6cbe47c9722b1

Upvotes: 1

Views: 575

Answers (4)

Kyrstellaine
Kyrstellaine

Reputation: 442

I'm running 64 bit Java and 64 bit Eclipse on Windows 7, with out any problems, but the one weirdness I had (unrelated to Eclipse) was that I had to install 32 bit Java, as well, because something (sorry, it's been a while, so I don't remember exactly what) insisted that I didn't have Java installed.

Upvotes: 1

Jesper
Jesper

Reputation: 207026

32-bit Java and 32-bit Eclipse also work on 64-bit Windows.

Eclipse uses native libraries (for SWT, its own GUI toolkit). That means that you have to match the "bitness" of the Java runtime environment and Eclipse: if you're using 32-bit Java, you need 32-bit Eclipse, and if you're using 64-bit Java, you need 64-bit Eclipse.

I don't know what issues you had, but if you're picking the wrong combination (32-bit Java and 64-bit Eclipse or vice versa), you wouldn't even be able to start Eclipse.

Upvotes: 0

Andrei Fierbinteanu
Andrei Fierbinteanu

Reputation: 7826

Actually I had the opposite experience. I tried installing Java and Eclipse for 64 bit, and had trouble setting up my environment, since some things I needed weren't compatible with 64 bit (yet), and stuff like that. So I switched back to 32 bit (even though the OS is 64 bit). I am currently working in a 32 bit environment, and have been for some time.

I think your best bet is to study what you'll need for your development environment, and see if everything will work in either 64 or 32 bit, and choose the one that best fits your needs.

So to answer your question, no you don't need to install 64 bit versions of Java and Eclipse, and switching to 64 bit may not guarantee that things that don't work now, will work after the switch, and there's always the chance of running into new problems.

Upvotes: 0

Scott Evernden
Scott Evernden

Reputation: 39986

What IDE issues? I would suggest you install eclipse 32 and java 32 and avoid all the headache. I've not seen any issues myself, Galileo and Helios are working fine on W7 x64.

Upvotes: 0

Related Questions