• 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

hi, setting .jar file in eclipse

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, i am using eclipse, and i have included two jar file in my project lib directory. and my porject unable to set the classpath to the lib directory files. when i am running my project.
please let me know, if anyone knows.
bye for now...
cheers
nr konjeti
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
In your eclipse, right click on the project, go to properties, select java build path, select libraries. Now lick on add external jars and locate the jar files you want to add. Build the project. The jars are added in the classpath automatically.
Hope this helps
Harjot

Originally posted by narasimharao konjeti:
hi, i am using eclipse, and i have included two jar file in my project lib directory. and my porject unable to set the classpath to the lib directory files. when i am running my project.
please let me know, if anyone knows.
bye for now...
cheers
nr konjeti


 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic