Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » wrong jre
wrong jre [message #142393] Thu, 09 March 2006 18:10 Go to next message
Eclipse UserFriend
Originally posted by: asalamay.hotmail.com

I'm working with eclipse 3.1 on a windows xp pro laptop. I have been
trying to point the jre to the newest one I have which is jre1.5.0_06. I
cannot figure out how to do this. I can go and see the config file in the
help section but it points to another jre that was included with an Oracle
application suite. Where do I change the config file so it points to the
jre that I want to use?
Re: wrong jre [message #142404 is a reply to message #142393] Thu, 09 March 2006 18:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

Anthony Salamay a écrit :
> I'm working with eclipse 3.1 on a windows xp pro laptop. I have been
> trying to point the jre to the newest one I have which is jre1.5.0_06.
> I cannot figure out how to do this. I can go and see the config file in
> the help section but it points to another jre that was included with an
> Oracle application suite. Where do I change the config file so it
> points to the jre that I want to use?
In the eclipse.ini file located where the eclipse.exe is, you add:
-vm
path_to_my_1.5.0_06_JRE

Be sure put it before the -vmargs entries. -vmargs needs to be the last
entries.

My eclise.ini file looks like this:

-debug
-consolelog
-nl
fr_CA
-vm
D:\jdks\jdk1.4.2_11\jre\bin\java.exe
-showlocation
-vmargs
-Xms40m
-Xmx300M
--
Olivier
Re: wrong jre [message #143398 is a reply to message #142393] Thu, 16 March 2006 14:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: enekoprins.yahoo.com

Hello,

I have the exact same problem.

After installing Oracle Database which comes with JRE 1.3, the eclipse.exe
won't start the aplication anymore giving the following error: Requiered
Java Version 1.4.1, available 1.3.1_01.

I can still use the startup.jar to open eclipse but why does the .exe not
recognise the JRE 1.4.2 or the 1.5 I have installed after installing
Oracle. Does anyone know where to change the parameter of the JRE eclipse
uses to startup???

Kind regards,
Eneko Prins (a eclipse newbe <:)
Re: wrong jre [message #143755 is a reply to message #143398] Fri, 17 March 2006 16:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Eneko Prins wrote:
> Hello,
>
> I have the exact same problem.
>
> After installing Oracle Database which comes with JRE 1.3, the
> eclipse.exe won't start the aplication anymore giving the following
> error: Requiered Java Version 1.4.1, available 1.3.1_01.
> I can still use the startup.jar to open eclipse but why does the .exe
> not recognise the JRE 1.4.2 or the 1.5 I have installed after installing
> Oracle. Does anyone know where to change the parameter of the JRE
> eclipse uses to startup???

Please search the newsgroups for previous messages about a topic before
asking. This is something that is asked and answered very often.
If you read answers from me, you'll find lots of references to this
page: http://eclipsewiki.editme.com/StartupProblems

Oracle's installation is a nasty beast, it modifies your system
classpath which in turn breaks other Java applications like Eclipse. The
page above will help you resolve it.

Hope this helps,
Eric
Re: wrong jre [message #143760 is a reply to message #143755] Fri, 17 March 2006 17:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wohf1wb02.sneakemail.com

Eric Rizzo wrote:

> Please search the newsgroups for previous messages about a topic before
> asking. This is something that is asked and answered very often.
> If you read answers from me, you'll find lots of references to this
> page: http://eclipsewiki.editme.com/StartupProblems

Sounds like it would save both the asker and the answerer a lot of time if
the Eclipse download pages had a direct link to a platform-appropriate
Installation FAQ. Or any clearly marked Installation FAQ for that matter.

< Lionel
Re: wrong jre [message #145526 is a reply to message #143760] Wed, 29 March 2006 22:38 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Lionel D. Hummel wrote:
> Eric Rizzo wrote:
>
>> Please search the newsgroups for previous messages about a topic
>> before asking. This is something that is asked and answered very often.
>> If you read answers from me, you'll find lots of references to this
>> page: http://eclipsewiki.editme.com/StartupProblems
>
> Sounds like it would save both the asker and the answerer a lot of time
> if the Eclipse download pages had a direct link to a
> platform-appropriate Installation FAQ. Or any clearly marked
> Installation FAQ for that matter.

Try the Eclipse Bugzilla - I suspect it is already entered, but if not
please add a request. I'm sure the webmaster can accommodate.

Eric
Previous Topic:How to keep java windows from popping up
Next Topic:Uniform Application servers instead of Plugins
Goto Forum:
  


Current Time: Wed Jul 17 13:04:09 GMT 2024

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

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

Back to the top