How do I mark a jar file i’ve included in my build path to be exported to the lib folder of my war file?
I am getting a bizzare error when I try to run a servlet that is accessing a custom class in a jar file – it works on the first request but throws a noclassdeffound on the subsequent requests. manually throwing it into the lib directory doesnt work, and even if it did myeclipse would delete it every redeploy.
I’ve tryed creating a new project and re-importing everything and same error. WTF
running M8 on XP, deploying on jboss 3.2.3.