Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse Misreading Installed JVM Version
Eclipse Misreading Installed JVM Version [message #309337] Tue, 24 October 2006 19:15 Go to next message
Eclipse UserFriend
Originally posted by: Andrew.Morrow.cityofhenderson.com

Every indication that I can pull up - including sun's site at
http://java.com/en/download/help/testvm.xml are saying that I'm running
1.5.0_06. I try running the eclipse IDE and I get the following error:
Version 1.3.1_01 of the JVM is not suitable for this product. Version
1.4.1 or greater is needed.

I have uninstalled and reintalled Java SE as well as doing a registry
search for JAVA, JVM and 1.3.1 and turned up no likely culprits.

I am running Windows XP SP2 in a corporate environment with administrator
priv's.

Advice?
Re: Eclipse Misreading Installed JVM Version [message #309338 is a reply to message #309337] Tue, 24 October 2006 19:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Andrew.Morrow.cityofhenderson.com

Answer found myself moments after posting. I added the following to my
environment variables in the path and it worked instantly:
C:\Program Files\Java\jre1.5.0_06\bin

Hope this helps someone else
Re: Eclipse Misreading Installed JVM Version [message #309354 is a reply to message #309338] Wed, 25 October 2006 04:29 Go to previous messageGo to next message
Eclipse UserFriend
Andrew Morrow wrote:

> Answer found myself moments after posting. I added the following to
> my environment variables in the path and it worked instantly:
> C:\Program Files\Java\jre1.5.0_06\bin

This is a bad idea. Use -vm C:\Program
Files\Java\jre1.5.0_06\bin\java.exe when starting eclipse.

Dani

>
> Hope this helps someone else
>
Re: Eclipse Misreading Installed JVM Version [message #309370 is a reply to message #309354] Wed, 25 October 2006 09:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jay.askren.com

What's wrong with that? It just means that Andrew is using Java 1.5 by
default for everything. There's nothing wrong with that.


"Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
news:ehn796$r8u$2@utils.eclipse.org...
> Andrew Morrow wrote:
>
>> Answer found myself moments after posting. I added the following to my
>> environment variables in the path and it worked instantly:
>> C:\Program Files\Java\jre1.5.0_06\bin
>
> This is a bad idea. Use -vm C:\Program Files\Java\jre1.5.0_06\bin\java.exe
> when starting eclipse.
>
> Dani
>
>>
>> Hope this helps someone else
>>
Re: Eclipse Misreading Installed JVM Version [message #309376 is a reply to message #309370] Wed, 25 October 2006 11:26 Go to previous message
Eclipse UserFriend
Jay Askren wrote:

>What's wrong with that? It just means that Andrew is using Java 1.5 by
>default for everything. There's nothing wrong with that.
>
>
There is. Assume that there was also a 1.3 (or whatever) VM on the path
and the tool that installed it expect 1.3. It is always best to
explicitly specify the VM if possible.

Dani

>
>"Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
>news:ehn796$r8u$2@utils.eclipse.org...
>
>
>>Andrew Morrow wrote:
>>
>>
>>
>>>Answer found myself moments after posting. I added the following to my
>>>environment variables in the path and it worked instantly:
>>>C:\Program Files\Java\jre1.5.0_06\bin
>>>
>>>
>>This is a bad idea. Use -vm C:\Program Files\Java\jre1.5.0_06\bin\java.exe
>>when starting eclipse.
>>
>>Dani
>>
>>
>>
>>>Hope this helps someone else
>>>
>>>
>>>
>
>
>
>
Previous Topic:bugzila help missing one severity level
Next Topic:possible wordrule memory usage bug
Goto Forum:
  


Current Time: Mon Jul 28 04:49:06 EDT 2025

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

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

Back to the top