Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352716 - Can not install Eclipse
Summary: Can not install Eclipse
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 05:03 EDT by akm2tosher CLA
Modified: 2011-07-22 01:22 EDT (History)
1 user (show)

See Also:


Attachments
error message (169.42 KB, image/png)
2011-07-21 05:08 EDT, akm2tosher CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description akm2tosher CLA 2011-07-21 05:03:12 EDT
Build Identifier: eclipse 3.7 jee indigo win32 x86_64 

I wanted to use Eclipse IDE for JAVA development.

So, I have downloaded "Eclipse IDE for Java EE Developers" which is a windows 64bit version. Then I extracted it to "C:\" directory. As a result I have found a folder named "eclipse".

As eclipse need JRE to run, I have downloaded "jdk-6-windows-i586.zip". I have extracted it and found three things: two folder named Database GUI and Free Java IDE and a .exe file named "jdk-6-windows-i586.exe". I have run this .exe file and it installed JDK in "C:\Program Files (x86)\Java" directory. There are three folders in this directory jdk1.6.0, jdk1.6.0_02 and jre1.6.0.

I have added "C:\Program Files (x86)\Java\jre1.6.0\bin" to system path.

Finally, I have double clicked on eclipse.exe located on "C:\eclipse". But, it shows a message 'Failed to load the JNI shared library "C:\Program Files (x86)\Java\jre1.6.0\bin\client\jvm.dll"'. 

I went to that directory and I found jvm.dll. So, what is the problem? 

I don't know what can I do. Anyone can help me please?
I am totally new to this forum. Please help me.

Reproducible: Always
Comment 1 akm2tosher CLA 2011-07-21 05:08:38 EDT
Created attachment 200068 [details]
error message

I found this error message when I double click on the eclipse.exe
Comment 2 Dani Megert CLA 2011-07-21 05:21:39 EDT
The JRE you downloaded is a 32-but version. Either download a 64-bit JRE or a 32-bit Eclipse.

For further help see also http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F.
Comment 3 akm2tosher CLA 2011-07-22 01:22:05 EDT
YES! It works after installation of 64 bit JRE installation.
Thank you very much.