java - Can't start Eclipse 3.5.2? -


i'm running windows vista x64, , have jdk 1.6.0_21 (x64 version, believe) installed. downloaded eclipse 3.5.2 because want android development (apparently can't use 3.6 yet due bugs...), keep running same error message whenever try start eclipse:

http://img42.imageshack.us/img42/8282/42786776.jpg

does know why happening? need 32-bit version of java or java 5 or something? if so, how specify eclipse uses different version of java (preferably i'd specify in eclipse.ini file , not mess environment variables).

you need use 32 bit vm since using 32 bit eclipse. 3.5, 64 bit windows builds hard find, though think exist.

if eclipse 64 bit version, launcher org.eclipse.equinox.launcher.win32.win32.x86_64, yours org.eclipse.equinox.launcher.win32.win32.x86 without _x64. listed around middle of error message.

to change vm, add -vm parameter eclipse.ini. add mine first entry, though i'm not sure that's important. should this:

-vm c:\path\to\java\bin\javaw.exe 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -