• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

What is difference between the User Libraries and external libraries

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is very confusing that we add jar to a project in number of way in eclipse but why so many different ways for adding jars.

1. Windows >> Preference >> Java >> BuildPath >> UserLibraries

2. Right Click the project >> Properties>>java Build Path >> Libraries >> Select Add external Libraries

3. Right Click the project >> Build Path >> Libraries >> Select Add external Libraries

what is the difference between adding User Libraries and external libraries i.e. what is difference between 1 and 2.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
User libraries are jars which Eclipse is already aware of. e.g. WEB-INF/lib
External libraries are jars which are outside your project scope.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic