Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 349623

Summary: Helios error on (failed) startup caused by jvm
Product: [Eclipse Project] Platform Reporter: Zongheng Mising name <zongheng>
Component: IDEAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED INVALID QA Contact:
Severity: critical    
Priority: P3 CC: francisu
Version: 4.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
error on startup
none
eclipse.ini none

Description Zongheng Mising name CLA 2011-06-16 15:50:25 EDT
Build Identifier: Helios

After a new Sun Java JDK install, Helios fails to start with the error message in attachment. Basically, it's broken.

I don't know if this is a problem with Java install as I had to modify manually some environment variables not modified by the install. This raised more errors than this last one at startup.

CLASSPATH : C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jdk1.6.0_25\bin;C:\Program Files (x86)\Java\jdk1.6.0_25\jre\bin;C:\Program Files (x86)\Java\jre6\bin\client;C:\Program Files (x86)\Java\jdk1.6.0_25\jre\bin\client;C:\Program Files (x86)\Java\jdk1.6.0_25\jre\bin\client

JAVA_HOME :C:\Program Files (x86)\Java\jre6;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jdk1.6.0_25;C:\Program Files (x86)\Java\jdk1.6.0_25\bin;C:\Program Files (x86)\Java\jdk1.6.0_25\jre\bin;C:\Program Files (x86)\Java\jdk1.6.0_25\jre\bin

Path = %SystemRoot%\system32;%SystemRoot%;;C:\Program Files (x86)\Java\jdk1.6.0_25\bin;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jdk1.6.0_25\jre\bin


Reproducible: Always

Steps to Reproduce:
1. uninstall any JRE or JDK
2. strip off java environment variables
3. install last version 1.6.025 of JDK
4. start eclipse
Comment 1 Zongheng Mising name CLA 2011-06-16 15:51:33 EDT
Created attachment 198146 [details]
error on startup
Comment 2 Francis Upton IV CLA 2011-06-16 15:59:04 EDT
You probably downloaded a 64-bit version of Eclipse. Make sure you have the 32 bit version.
Comment 3 Zongheng Mising name CLA 2011-06-16 16:39:53 EDT
Created attachment 198150 [details]
eclipse.ini

can you tell from eclipse.ini ?
Comment 4 Francis Upton IV CLA 2011-06-16 16:41:48 EDT
Yes, you have the 64 bit version:

--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222

Note: x86_64
Comment 5 Francis Upton IV CLA 2011-06-16 16:43:05 EDT
Gratuitous comment required by bugzilla.
Comment 6 Zongheng Mising name CLA 2011-06-16 17:05:31 EDT
(In reply to comment #4)
> Yes, you have the 64 bit version:
> 
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222
> 
> Note: x86_64

Please note Eclipse was working before this last Java update. Several Java updates took place before and none caused this problem.