• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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: 41967
911
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.
 
Well don't expect me to do the dishes! This ad has been cleaned for your convenience:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic