Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » confuse where to install(eclips juno for java developers)
confuse where to install [message #1083313] Fri, 09 August 2013 19:56 Go to next message
marcela mejia is currently offline marcela mejiaFriend
Messages: 7
Registered: August 2013
Junior Member
i have downloaded the jdk in the program files and extracted the eclipse file in my progam file (x86).i have windows 7 64 bit is it ok to install them in different folders or should i place the jdk in the program file(86) also .
thank you in advance
Re: confuse where to install [message #1083334 is a reply to message #1083313] Fri, 09 August 2013 20:35 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 8/9/2013 2:26 PM, marcela mejia wrote:
> i have downloaded the jdk in the program files and extracted the eclipse
> file in my progam file (x86).i have windows 7 64 bit is it ok to install
> them in different folders or should i place the jdk in the program
> file(86) also .
> thank you in advance

You can put them anywhere you like. All you need to do is ensure that
eclipse.ini references the JVM you've chosen.

How I do it...

I don't like to use the same JRE that my OS is using. So, I download my
own JDK (which apparently is what you've done). I set my installation up
like so:

C:\Users\russ\dev\jdk1.7.0_25
C:\Users\russ\dev\eclipse

In eclipse.ini, I insert the following line prior to the -vmargs option:

-vm
C:\Users\russ\dev\jdk1.7.0_25\bin\javaw.exe

Make sure the word-width of your Eclipse- and JDK downloads match, to
wit: both 64-bit or 32-bit, but not a mixture.

Hope this helps; best of luck.
Re: confuse where to install [message #1083335 is a reply to message #1083313] Fri, 09 August 2013 20:40 Go to previous messageGo to next message
marcela mejia is currently offline marcela mejiaFriend
Messages: 7
Registered: August 2013
Junior Member
oh and one more thing which one should i download . i need the eclipse juno but when i looked at the package it has sr1 and sr2
which one should i load.
thank you again
Re: confuse where to install [message #1083370 is a reply to message #1083335] Fri, 09 August 2013 21:31 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 8/9/2013 2:40 PM, marcela mejia wrote:
> oh and one more thing which one should i download . i need the eclipse
> juno but when i looked at the package it has sr1 and sr2 which one
> should i load.
> thank you again

SR2 would be later.
Re: confuse where to install [message #1084180 is a reply to message #1083370] Sun, 11 August 2013 05:05 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4430
Registered: July 2009
Senior Member

Kepler would be current.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Eclipse: Kepler - Issue of JAXB Plugin
Next Topic:search and find
Goto Forum:
  


Current Time: Thu Mar 28 20:45:45 GMT 2024

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

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

Back to the top