Skip to main content



      Home
Home » Newcomers » Newcomers » Please help!(Eclipse)
Please help! [message #633952] Tue, 19 October 2010 23:19 Go to next message
Eclipse UserFriend
Ok so heres the synopsis.. i downloaded the JDK 5 for windows 64 bit. i also downloaded the SDK from Android because im going to be creating apps for the Android Market. Only problem is when i downloaded the eclipse 3.5 (Galileo) i saved it to my desktop, exctracted all (files), and clicked the eclipse icon to launch it and it brings up the error code `C:\Program Files\Java\jre6\lib\i386\jvm.cfg' and i have absolutly NO idea why! can anyone please help me? im desperate to get an answer because i want to start writing apps A.S.A.P!
Re: Please help! [message #634093 is a reply to message #633952] Wed, 20 October 2010 09:50 Go to previous messageGo to next message
Eclipse UserFriend
On 2010.10.19 21:20, iCode wrote:
> Ok so heres the synopsis.. i downloaded the JDK 5 for windows 64 bit. i
> also downloaded the SDK from Android because im going to be creating
> apps for the Android Market. Only problem is when i downloaded the
> eclipse 3.5 (Galileo) i saved it to my desktop, exctracted all (files),
> and clicked the eclipse icon to launch it and it brings up the error
> code `C:\Program Files\Java\jre6\lib\i386\jvm.cfg' and i have absolutly
> NO idea why! can anyone please help me? im desperate to get an answer
> because i want to start writing apps A.S.A.P!

Make certain you download a 64-bit Eclipse. Consider following the helps
you'll find for Eclipse and the Sun JDK at
http://www.javahotchocolate.com/tutorials/eclipse-summary.ht ml

Later, if you care, you can peruse my Android article at
http://www.javahotchocolate.com/tutorials/android.html where I record a
lot of observations made when starting out myself to develop Android
applications.

Hope this helps.
Re: Please help! [message #634146 is a reply to message #634093] Wed, 20 October 2010 11:55 Go to previous messageGo to next message
Eclipse UserFriend
On 10/20/10 9:50 AM, Russell Bateman wrote:
> On 2010.10.19 21:20, iCode wrote:
>> Ok so heres the synopsis.. i downloaded the JDK 5 for windows 64 bit. i
>> also downloaded the SDK from Android because im going to be creating
>> apps for the Android Market. Only problem is when i downloaded the
>> eclipse 3.5 (Galileo) i saved it to my desktop, exctracted all (files),
>> and clicked the eclipse icon to launch it and it brings up the error
>> code `C:\Program Files\Java\jre6\lib\i386\jvm.cfg' and i have absolutly
>> NO idea why! can anyone please help me? im desperate to get an answer
>> because i want to start writing apps A.S.A.P!
>
> Make certain you download a 64-bit Eclipse. Consider following the helps
> you'll find for Eclipse and the Sun JDK at
> http://www.javahotchocolate.com/tutorials/eclipse-summary.ht ml
>
> Later, if you care, you can peruse my Android article at
> http://www.javahotchocolate.com/tutorials/android.html where I record a
> lot of observations made when starting out myself to develop Android
> applications.

Also, read the "sticky" topics at the top of the Newcomers forum. One of
them talks specifically about problems getting Eclipse to run.

Eric
Re: Please help! [message #634247 is a reply to message #634146] Wed, 20 October 2010 18:45 Go to previous messageGo to next message
Eclipse UserFriend
aww man.. i still dont get it.. its not making sense to me and idk why.. if its possible if you have time i would love if you went through the step by step process that one of you did to get eclipse running and in detail PLEASE. Like for example Erica, how and what did you do to get eclipse running for you? please be very specific. if you are then i can do it for sure! i write in objective C but for some reason this is just not making any sense to me..
Re: Please help! [message #634270 is a reply to message #634247] Thu, 21 October 2010 01:09 Go to previous messageGo to next message
Eclipse UserFriend
On 2010.10.20 16:46, iCode wrote:
> aww man.. i still dont get it.. its not making sense to me and idk why..
> if its possible if you have time i would love if you went through the
> step by step process that one of you did to get eclipse running and in
> detail PLEASE. Like for example Erica, how and what did you do to get
> eclipse running for you? please be very specific. if you are then i can
> do it for sure! i write in objective C but for some reason this is just
> not making any sense to me..

Try this one:

http://www.vogella.de/articles/Eclipse/article.html
Re: Please help! [message #634478 is a reply to message #634270] Thu, 21 October 2010 16:54 Go to previous messageGo to next message
Eclipse UserFriend
that helped thank you! just my last issue now is how to set the "path" for the JVM. i downloaded java JDK 5, do i need to download a JRE instead?
Re: Please help! [message #634487 is a reply to message #634478] Thu, 21 October 2010 17:46 Go to previous messageGo to next message
Eclipse UserFriend
On 2010.10.21 14:54, iCode wrote:
> that helped thank you! just my last issue now is how to set the "path"
> for the JVM. i downloaded java JDK 5, do i need to download a JRE instead?

Set "path"? I don't understand what you're after here. Did you want to
access something from the command line?

Conceptually, The JDK contains a JRE, so no, there is no JRE download.
Re: Please help! [message #634627 is a reply to message #634487] Fri, 22 October 2010 09:17 Go to previous messageGo to next message
Eclipse UserFriend
for windows XP it says that you have to go to computer, environmental settings, go to PATH and input the java as the JVM and i dont know what to write there so that Java becomes my JVM in the PATH set in my environmental settings, i.e which or what information do i write when i click the edit button on PATH?
Re: Please help! [message #634668 is a reply to message #634627] Fri, 22 October 2010 11:51 Go to previous messageGo to next message
Eclipse UserFriend
On 2010.10.22 7:17, iCode wrote:
> for windows XP it says that you have to go to computer, environmental
> settings, go to PATH and input the java as the JVM and i dont know what
> to write there so that Java becomes my JVM in the PATH set in my
> environmental settings, i.e which or what information do i write when i
> click the edit button on PATH?

I'm an Android developer and long-time Eclipse user and I've never done
that (if I understand what you're saying). You only need your computer
host's PATH environment variable to point to Java if you plan on having
easy access to something Java-ish (like java.exe or javac.exe) from the
command line.

I publish and maintain articles on setting up Eclipse and other topics.
If you like, please peruse this page,
http://www.javahotchocolate.com/tutorials/eclipse-summary.ht ml,
especially the first two articles it links.

Then, if interested in my own Android experience, consider reading
http://www.javahotchocolate.com/tutorials/android.html
Re: Please help! [message #634731 is a reply to message #634627] Fri, 22 October 2010 16:35 Go to previous messageGo to next message
Eclipse UserFriend
On 10/22/10 9:17 AM, iCode wrote:
> for windows XP it says that you have to go to computer, environmental
> settings, go to PATH and input the java as the JVM and i dont know what
> to write there so that Java becomes my JVM in the PATH set in my
> environmental settings, i.e which or what information do i write when i
> click the edit button on PATH?

Like I said, read the sticky topic at the top of the forum group. You
need to specify the full path to the java executable in your eclipse.ini
file.

Eric
Re: Please help! [message #634734 is a reply to message #634731] Fri, 22 October 2010 17:07 Go to previous messageGo to next message
Eclipse UserFriend
where do i find the eclipse.ini file? and how do i tell the java executable to run? im really sorry for being such a pain in your butt.. i just have such a hard time with java for some reason. Objective C doesnt require you to do this so i get confused.. ok last time. I have Eclipse 3.5 (galileo) downloaded, the Java Environment, the JDK 1.5.0_02, and the Android SDK package. All are downloaded for a windows 64 bit and i had an error code telling me that eclipse couldnt even find a certain java file. So i downloaded the Java Runtime Environment. Now it tells me-
A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run eclipse. No Java Virtual Machine was found after searching the following locations:
C:\Documents and Settings\Owner\Desktop\eclipse-java-galileo-SR2-win32\eclips e\jre\bin\javaw.exe in your current PATH
So from here i have NO idea what to do to change that path, i dont know how to tell eclipse to look in a different location to find the proper JDK or JRE so that it can run properly. What do i do?
Re: Please help! [message #634748 is a reply to message #634734] Fri, 22 October 2010 20:27 Go to previous messageGo to next message
Eclipse UserFriend
On 2010.10.22 15:07, iCode wrote:
> where do i find the eclipse.ini file? and how do i tell the java
> executable to run? im really sorry for being such a pain in your butt..
> i just have such a hard time with java for some reason. Objective C
> doesnt require you to do this so i get confused.. ok last time. I have
> Eclipse 3.5 (galileo) downloaded, the Java Environment, the JDK
> 1.5.0_02, and the Android SDK package. All are downloaded for a windows
> 64 bit and i had an error code telling me that eclipse couldnt even find
> a certain java file. So i downloaded the Java Runtime Environment. Now
> it tells me-
> A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be
> available in order to run eclipse. No Java Virtual Machine was found
> after searching the following locations:
> C:\Documents and
> Settings\Owner\Desktop\eclipse-java-galileo-SR2-win32\eclips
> e\jre\bin\javaw.exe in your current PATH
> So from here i have NO idea what to do to change that path, i dont know
> how to tell eclipse to look in a different location to find the proper
> JDK or JRE so that it can run properly. What do i do?

Logan,

Objective C "doesn't require" you to do these things because it's a
narrow environment nearly for one purpose only--the development of
iPhone apps. Apple writes it; it doesn't do anything else; it is what it is.

Welcome to the great big world of the limitless possibilities of open
source software, Java, JEE and all that Eclipse supports including
C/C++, PHP, and countless other technologies.

Two days ago I gave you some references to hand-holding material I've
written and another article written by someone else. If you can now ask
"where is eclipse.ini? how to tell it which Java to run?" it's because
you haven't made any use of the resources and answers offered so far.

At some point, you will have to break down and make Google your friend.
It's what we do before we ask questions in any forum.

In the meantime, read and follow
http://www.javahotchocolate.com/tutorials/eclipse-summary.ht ml and all
your questions will be answered. You haven't yet asked anything that
this article doesn't answer.

Then, when Android gets difficult for you, read
http://www.javahotchocolate.com/tutorials/android.html and you'll
benefit from my own Android start-up experience.
Re: Please help! [message #635112 is a reply to message #634734] Mon, 25 October 2010 12:13 Go to previous message
Eclipse UserFriend
On 10/22/10 5:07 PM, iCode wrote:
> where do i find the eclipse.ini file? and how do i tell the java
> executable to run? im really sorry for being such a pain in your butt..

For the THIRD time, I'm telling you to read the "sticky" messages at the
top of this forum group - they even have the text "READ THIS FIRST" in
their titles. If you're note willing to do a little of the research
yourself, you're not going to go very far in this community.

Eric
Previous Topic:import de.lsbk.io
Next Topic:How to disable a certain Plug-in
Goto Forum:
  


Current Time: Wed Nov 05 23:12:52 EST 2025

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

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

Back to the top