Eclipse on win64 - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T16:42:56Zhttp://stackoverflow.com/feeds/question/6222http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/6222/eclipse-on-win642Eclipse on win64Joshua McKinnon2008-08-08T18:17:50Z2009-01-20T10:38:04Z
<p>Is anyone successfully using the latest 64-bit Ganymede release of Eclipse on Windows XP or Vista 64-bit?</p>
<p>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.</p>
<p>We are using JDK 1.6.0_05.</p>
http://stackoverflow.com/questions/6222/eclipse-on-win64/6356#63561Answer by Sean Carpenter for Eclipse on win64Sean Carpenter2008-08-08T20:28:49Z2008-08-08T20:28:49Z<p>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 <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/index.php" rel="nofollow">3.4 stable build</a> supports Vista x64 now.</p>http://stackoverflow.com/questions/6222/eclipse-on-win64/6688#66880Answer by david for Eclipse on win64david2008-08-09T07:53:11Z2008-08-09T07:53:11Z<p>Would you mind sharing the Error Message you get? I can't run my eclipse with the latest apple jdk since they don't support the 64 bit swt library.</p>http://stackoverflow.com/questions/6222/eclipse-on-win64/7877#78773Answer by Tobias Schulte for Eclipse on win64Tobias Schulte2008-08-11T15:42:36Z2009-01-20T10:38:04Z<p>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.</p>
<p>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.</p>
<p><strong>Edit:</strong></p>
<p>With 1.6.0_11 it seems to work. </p>
<p>1.6_10 final might work as well as mentioned in the comment, but I've not tested that.</p>