• 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

Problems setting path and which directory to put all downloaded stuff in

 
Greenhorn
Posts: 1
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having problems setting the path for a jar file in eclipse. Also, I'm not sure where to put all the downloaded stuff so that I can code seamlessly w/out having to interrupt myself to change the directory.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which directory the JARs go in doesn't matter. You will usually have to add the JAR to the Java Build Path (right-click the project, choose Properties, thin under Java Build Path click the Libraries tab and then click Add JARs).

By the way, you might want to look into Maven and the m2e plugin for Eclipse. You'll never have this issue again.
reply
    Bookmark Topic Watch Topic
  • New Topic