Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse on win64

Is anyone successfully using the latest 64-bit Ganymede release of Eclipse on Windows XP or Vista 64-bit?

Currently I run the normal Eclipse 3.4 distribution on a 32bit JDK and launch & compile my apps with a 64bit JDK. Our previous experience has been that the 64bit Eclipse distro is unstable for us, so I'm curious if anyone is using it successfully.

We are using JDK 1.6.0_05.

like image 420
Joshua McKinnon Avatar asked Aug 08 '08 18:08

Joshua McKinnon


People also ask

Is Eclipse available for 32 bit?

It is critical that Java, Python, and Eclipse are either all 32 Bit or are all 64 Bit (and only if your Machine/OS supports 64 Bit): I think it easiest to use 32 Bit for everything. Click the 32-Bit (after Windows) to the right of the Eclipse IDE for Eclipse Committers.

Is Eclipse compatible with Windows?

Download Eclipse Technology. that is right for youThe Eclipse Installer 2022‑06 R now includes a JRE for macOS, Windows and Linux.


2 Answers

I'm using Eclipse with a 64bit VM. However I have to use Java 1.5, because with Java 1.6, even 1.6.0_10ea, Eclipse crashed when changing the .classpath-file. On Linux I had the same problems and could only get the 64bit Eclipse to work with 64bit Java 1.5.

The problem seems to be with the just in time compilation, since with vmparam -Xint eclipse works -- but this is not a sollution, because it's slow then.

Edit:

With 1.6.0_11 it seems to work.

1.6_10 final might work as well as mentioned in the comment, but I've not tested that.

like image 135
Tobias Schulte Avatar answered Sep 22 '22 01:09

Tobias Schulte


I've been successfully using it on Vista x64 for some light Java work. Nothing too involved and no extra plugins, but basic Java coding has been working without any issues. I'm using the 3.4M7 build but it looks like the 3.4 stable build supports Vista x64 now.

like image 39
Sean Carpenter Avatar answered Sep 22 '22 01:09

Sean Carpenter