Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » no jre or jdk(Serious help for a noob)
no jre or jdk [message #926444] Fri, 28 September 2012 17:02 Go to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
I have installed eclipse and the sdk. I have also installed the JDK 7u7. As of right now Eclipse still will not start i keep getting the you need a jre or jdk installed for it work. Not being able to heads or tails of the new comers cant get eclipse to start and trying to point eclipse in the right direction i am baffled. Since you know this is a problem why not just fix it?
Re: no jre or jdk [message #926445 is a reply to message #926444] Fri, 28 September 2012 17:04 Go to previous messageGo to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
also this is what my .ini looks like

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
Re: no jre or jdk [message #926509 is a reply to message #926445] Fri, 28 September 2012 18:24 Go to previous messageGo to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
I even changed it to many variations of this to no avail. Mad
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:Java\jdk1.7.0_07\bin\javaw.exe
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
Mad Mad Mad
Re: no jre or jdk [message #926524 is a reply to message #926509] Fri, 28 September 2012 18:39 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Travis,

Maybe it should be C:\Java\jdk1.7.0_07\bin\javaw.exe, i.e., with a
backslash after the C:. Is that really where your javaw.exe is? Mine is
in c:\Program Files\Java\jdk1.7.0\bin

On 28/09/2012 8:24 PM, Travis Pittman wrote:
> I even changed it to many variations of this to no avail. :x -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
>
> -product
> org.eclipse.epp.package.java.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vm
> C:Java\jdk1.7.0_07\bin\javaw.exe
> --launcher.defaultAction
> openFile
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Dhelp.lucene.tokenizer=standard
> -Xms40m
> -Xmx512m
> :x :x :x


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: no jre or jdk [message #926778 is a reply to message #926524] Sat, 29 September 2012 00:37 Go to previous messageGo to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
My current location of the jdk that i downloaded is c\program files(x86)\java\jdk1.7.0_07\bin\ everything that came with that download is there in the bin folder to include the javaw & javaws .exe. I have tried both of which neither of the files work
Re: no jre or jdk [message #926903 is a reply to message #926778] Sat, 29 September 2012 04:00 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 09/28/2012 07:37 PM, Travis Pittman wrote:
> My current location of the jdk that i downloaded is c\program
> files(x86)\java\jdk1.7.0_07\bin\ everything that came with that download
> is there in the bin folder to include the javaw & javaws .exe. I have
> tried both of which neither of the files work
The (x86) in the path indicates that this is a 32 bit JDK. In order to
run Eclipse on a 32 bit JDK, you need to have a 32 bit Eclipse. Make
sure that you download the 32 bit Eclipse version and point the
eclipse.ini to the javaw.exe executable.
Re: no jre or jdk [message #926967 is a reply to message #926903] Sat, 29 September 2012 05:43 Go to previous messageGo to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
Shocked So i made sure i had the 32 bit for both and this is what it looks like now and it still doesnt work! Mad

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\program files(x86)\java\jdk1.7_07\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
What else could be going on i am completely frustrated Confused
Re: no jre or jdk [message #926978 is a reply to message #926967] Sat, 29 September 2012 05:57 Go to previous messageGo to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
Holy Crap i got it to work i just modified in the rar file and never extracted it. It started right up Now time for the fun stuff:) Thanks for your help fellas
Re: no jre or jdk [message #927724 is a reply to message #926978] Sun, 30 September 2012 00:41 Go to previous messageGo to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
So i got eclipse working anybody want to help me with a tutorial. I have made a java activity with a button. How do i make the button perform an action, when pressed? Yes i have already completed the hello world tut. What a tutorial that was.
Re: no jre or jdk [message #928492 is a reply to message #927724] Sun, 30 September 2012 17:33 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 09/29/2012 06:41 PM, Travis Pittman wrote:
> So i got eclipse working anybody want to help me with a tutorial. I have
> made a java activity with a button. How do i make the button perform an
> action, when pressed? Yes i have already completed the hello world tut.
> What a tutorial that was.

Android? SWT? What are you asking about?

You'll find great tutorials all over the web. My favorite are from
www.vogella.de and mkyong.com.
Re: no jre or jdk [message #928865 is a reply to message #928492] Mon, 01 October 2012 03:02 Go to previous messageGo to next message
Travis Pittman is currently offline Travis PittmanFriend
Messages: 9
Registered: September 2012
Junior Member
I made a java application. Something general. With a buton. How do i tie an action to that button on that app. (how to i make it proceed with an action when the button is pressed?)
Re: no jre or jdk [message #938106 is a reply to message #926444] Tue, 09 October 2012 14:49 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 28.09.2012 19:02, Travis Pittman wrote:
> I have installed eclipse and the sdk. I have also installed the JDK
> 7u7. As of right now Eclipse still will not start i keep getting the
> you need a jre or jdk installed for it work. Not being able to heads
> or tails of the new comers cant get eclipse to start and trying to
> point eclipse in the right direction i am baffled. Since you know this
> is a problem why not just fix it?

See
http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F
http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Frunning_eclipse.htm

Dani
Previous Topic:Help: Having trouble downloading Eclipse on a Windows 7 PC
Next Topic:help needed
Goto Forum:
  


Current Time: Thu Apr 18 04:48:03 GMT 2024

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

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

Back to the top