Saturday, April 14, 2012

HOW TO: Add a Resource Library in Eclipse

To add a new resource library file into your project, follow these simple steps.
  • Drop the file into your project's root directory
  • Open Package Explorer
  • Right-Click on the project name
  • Select 'Refresh' (or press F5)
If it's a JAR file, you also need to add the new library to the class path:
  • Right-Click on project name
  • Select 'Properties'
  • Select 'Java Build Path'
  • Select 'Libraries'
  • Select 'Add JARs'
  • Select 'Refresh' (or press F5)

No comments:

Post a Comment