• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Re:how to do the setting

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello every one,

I have installed java 1.6, while opening an eclipse i am getting the following error "version 1.3.1_02 of the JVM is not suitable for this product.version 1.5 or greater is required.Incompatible JVM".


Here i attached the screen shot where i installed java 1.6 in my machine,

Could anyone identify where i can set the path for which i installed.

procedure which i followed
=================
I set the path in environment variable,(user/system) variable
uninstalled and installed again,
restarted the machine


Thanks in advance,
Kalai.
JVM-incompatible-Error-while-opening-eclipse.JPG
[Thumbnail for JVM-incompatible-Error-while-opening-eclipse.JPG]
 
Ranch Hand
Posts: 251
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you have need to correct your java and tomcat setting in eclipse. go to Windows>>Preference
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like you also have Java 1.3 (a very old version!) installed. Remove it from your computer.

Or make sure that the PATH variable is setup correctly so that the bin directory of your Java 6 installation comes before the directory that contains the old Java 1.3 installation.
 
We're being followed by intergalactic spies! Quick! Take this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic