aspose file tools
The moose likes Java in General and the fly likes Where to download the correct JVM Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Where to download the correct JVM" Watch "Where to download the correct JVM" New topic
Author

Where to download the correct JVM

bob kennelly
Greenhorn

Joined: Oct 20, 2008
Posts: 6
Hello, i'm getting this message when trying to execute Eclipse/BIRT, can someone point me to the site where i can download a JVM which is 1.5 or greater please?

Incompatible JVM
---------------------------
Version 1.4.2_03 of the JVM is not suitable for this product. Version: 1.5 or greater is required.
---------------------------
I've downloaded a bunch of stuff so far but not sure if its really the JVM!

Thanks very much for any assistance on this!
bc

Himanshu Kansal
Ranch Hand

Joined: Jul 05, 2009
Posts: 257
http://www.java.com/en/download/index.jsp

Regards


Experience and talent are independent of age
bob kennelly
Greenhorn

Joined: Oct 20, 2008
Posts: 6
thanks Himanshu, so after i download the jvm i then reference it in the System-Advanced settings as such?

JAVA_HOME c:\j2sdk1.4.2_10

but whatever the new j2sdk1 is right?

thanks very much
bk
Muhammad Saifuddin
Ranch Hand

Joined: Dec 06, 2005
Posts: 1318

bob kennelly wrote:so after i download the jvm i then reference it in the System-Advanced settings as such?
JAVA_HOME c:\j2sdk1.4.2_10
but whatever the new j2sdk1 is right?


Yes, but the version you should be greater than 1.4

to check the jdk version installed in your machine. You can use this command:

java -version

in command prompt..


Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32668
    
    4
Why use Java1.4 when Java6 has been available for 2½ years?
Jason Irwin
Ranch Hand

Joined: Jun 09, 2009
Posts: 327
Campbell Ritchie wrote:Why use Java1.4 when Java6 has been available for 2½ years?

Because some customers just won't upgrade?


SCJP6
Himanshu Kansal
Ranch Hand

Joined: Jul 05, 2009
Posts: 257
jason Irwin wrote: Because some customers just won't upgrade?

I can't agree more to that. It is so nettling that we need to forget all the beauties provided by 5 and 6.

The link I provided gives 6u14, so we would be able to see 1 happy man atleast
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Where to download the correct JVM
 
Similar Threads
war file deployment
J2SE SDK
version 1.4.2_03 of the jvm is not suitable for this product. 1.5 or greater is required problem
Re:how to do the setting
Incompatible JVM error