1

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

4 Answers 4

1

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.

0

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.

1
0

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.

1
  • Internet Explorer 8 came pre-installed and it seems to be 32 bit (Help|About menu). So I would have to have both versions of JAva running which seems weird.
    – likejudo
    Commented Jul 23, 2010 at 14:41
0

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.

2
  • IT seems to me that 64 bit simply provides greater speed. In other words it would not affect the 'correctness' of the execution - am I correct?
    – likejudo
    Commented Jul 23, 2010 at 14:42
  • 32/64-bit does not have anything to do with 'correctness', whatever you mean with that. If you mix the Eclipe and Java versions, it simply won't work.
    – Jesper
    Commented Jul 23, 2010 at 18:04

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