• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Where to download the correct JVM

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.java.com/en/download/index.jsp

Regards
 
bob kennelly
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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..
 
Marshal
Posts: 80867
505
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why use Java1.4 when Java6 has been available for 2½ years?
 
Ranch Hand
Posts: 327
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Campbell Ritchie wrote:Why use Java1.4 when Java6 has been available for 2½ years?


Because some customers just won't upgrade?
 
Himanshu Kansal
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
reply
    Bookmark Topic Watch Topic
  • New Topic