Skip to main content



      Home
Home » Newcomers » Newcomers » confuse where to install(eclips juno for java developers)
confuse where to install [message #1083313] Fri, 09 August 2013 15:56 Go to next message
Eclipse UserFriend
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 16:35 Go to previous messageGo to next message
Eclipse UserFriend
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 16:40 Go to previous messageGo to next message
Eclipse UserFriend
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 17:31 Go to previous messageGo to next message
Eclipse UserFriend
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 01:05 Go to previous message
Eclipse UserFriend
Kepler would be current.
Previous Topic:Eclipse: Kepler - Issue of JAXB Plugin
Next Topic:search and find
Goto Forum:
  


Current Time: Mon Jul 28 13:36:01 EDT 2025

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

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

Back to the top