• 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

where to place jar files in Eclipse+exadel studio?

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends
i am using eclipse3.1 and exadel studio3.0.5 for my struts project.
yesterday i created one custom tag and it worked well.
today it is showing some error in tag handler class (cross on project dir)indicating that one package unable to import. But that standard.jar in WEB-INF/lib(yesterday also same).
Then i added that standard.jar to external archieves and error in java file gone but the error symbol on project dir still remains and my custom tag is not working

i am unable to find the reason and where the error is.

please let me know the reason.

and let me know where we should place jar files, in WEB-INF/lib or adding as external jar.

ward regards
Mallik
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mallik,
They should go in the WEB-INF/lib so they are in the war file when you deploy.

Have you checked the jar file is still in your Web project's build properties? Sometimes things accidentally get deleted from there.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic