• 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

Error launching eclipse 3.0

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

I just downloaded eclipse 3.0 and when I Launch it I get the following error msg: Error: could not find Java 2 Runtime Environment.

JAVA_HOME is pointing to the installation directory of jdk1.4.2_03 and is set in the system variables. (System->Advanced -> Env. variables)

thanks in advance,
Nira
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
add following item to your path entry
java_home/jre/bin or java_home/bin
if your java application (eclipse ) doesnt run , then try to reinstall j2sdk
I hope it helps
 
reply
    Bookmark Topic Watch Topic
  • New Topic