• 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

Eclipse europa wont find path ?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have downloaded jdk and NetBeans and it works.

Eclipse europa, wont, error, path not found kind of stuff. I will try downloading Eclipse again and installing again. Is latest version Ganeymede for Eclipse ?
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, the latest version of Eclipse is called "Ganymede."
Have you tried running anything from the command line? Go through the "Getting Started" Section of the Java Tutorials. Do you get any problems? Do you get any error messages? The "common problems" link tells you about them, and what to do. There is a link to how to set up your PATH in the common problems page.

I suspect this is a PATH problem; when you install NetBeans you set up a JAVA_HOME property, so it can find its own PATH.

See how you get on with that, and good luck with it

By the way: I have never installed Eclipse. It is an executable jar and you can unzip it and save it to a folder and double-click the round blue icon called Eclipse.exe and have it run on Windows. You can edit an application launcher to start it on *nix. Don't know about Macs.
 
reply
    Bookmark Topic Watch Topic
  • New Topic