Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Installing Eclipse(Problems with Eclipse)
Installing Eclipse [message #692558] Mon, 04 July 2011 18:31 Go to next message
Armando  is currently offline Armando Friend
Messages: 2
Registered: July 2011
Junior Member
I have a frustrating time with Eclipse. I can start Eclipse on my laptop computer. My operating system is Windows 7, CPU is a Intel Core i5 and it is a 64-bit operating system. The program file in the C-Drive is Program Files (x86). What JAVA JDK do I download, is it 64 or 86. And then, do I install the files in Eclipse or the C-Drive Program Files (x86) or another Program Files, but I guess it is not for (x86) for certain driver on my computer.

Then I download and install Android SDK and follow the steps. Later, I open Eclipse and encounter problems with it. It can't open because it say the JAVA JDK and SE is not on the computer but it is on the computer. What do I do now?

What are the steps to successfully install and run Eclipse so I can create a Android Application.

It cause me frustration and I don't know what to do.
Re: Installing Eclipse [message #693022 is a reply to message #692558] Tue, 05 July 2011 16:14 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 04-Jul-11 12:31, Armando wrote:
> I have a frustrating time with Eclipse. I can start Eclipse on my laptop
> computer. My operating system is Windows 7, CPU is a Intel Core i5 and
> it is a 64-bit operating system. The program file in the C-Drive is
> Program Files (x86). What JAVA JDK do I download, is it 64 or 86. And
> then, do I install the files in Eclipse or the C-Drive Program Files
> (x86) or another Program Files, but I guess it is not for (x86) for
> certain driver on my computer.
>
> Then I download and install Android SDK and follow the steps. Later, I
> open Eclipse and encounter problems with it. It can't open because it
> say the JAVA JDK and SE is not on the computer but it is on the
> computer. What do I do now?
>
> What are the steps to successfully install and run Eclipse so I can
> create a Android Application.
>
> It cause me frustration and I don't know what to do.

I can offer the following article to you:


http://www.javahotchocolate.com/tutorials/eclipse-summary.html
Re: Installing Eclipse [message #693158 is a reply to message #693022] Tue, 05 July 2011 23:10 Go to previous messageGo to next message
Armando  is currently offline Armando Friend
Messages: 2
Registered: July 2011
Junior Member
It work but I have another problem, when I run Eclipse Indigo it came up with this error:
Failed to load the JNI library "C:\Program Files (x86)\Java\jre\bin\client\jvm.dll" but when I checked in Java JRE it has jvm.dll under the bin\client folder. Is there a missing code line in the eclipse.ini.

In the eclipse.ini it has the following and it works to run Eclipse but it dosen't get far.
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Program Files (x86)\Java\jre\bin
-vmargs
-Xms40m
-Xmx384m

Re: Installing Eclipse [message #693456 is a reply to message #693158] Wed, 06 July 2011 13:58 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 05-Jul-11 17:10, Armando wrote:
> It work but I have another problem, when I run Eclipse Indigo it came up
> with this error:
> Failed to load the JNI library "C:\Program Files
> (x86)\Java\jre\bin\client\jvm.dll" but when I checked in Java JRE it has
> jvm.dll under the bin\client folder. Is there a missing code line in the
> eclipse.ini.
>
> In the eclipse.ini it has the following and it works to run Eclipse but
> it dosen't get far.
> -startup
> plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vm
> C:\Program Files (x86)\Java\jre\bin
> -vmargs
> -Xms40m
> -Xmx384m

As noted in my articles, you must not attempt to mix 32-bit and 64-bit
software. Based on your dump here, I can see that you've installed a
64-bit Eclipse and are attempting to wire up a 32-bit JRE.
Previous Topic:What programming languages can Eclipse support?
Next Topic:Plug in will not run with log4j
Goto Forum:
  


Current Time: Fri Apr 19 22:10:01 GMT 2024

Powered by FUDForum. Page generated in 0.48545 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top