Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-dev] Exporting a War - No jars in lib folder

Title: Message
Hi Fong,
 
You'll want to either add the JARs to the WEB-INF/lib directory of your web project or specify them as j2ee dependencies via the "J2EE Module Dependencies" prop page (you can add dependencies to existing classpath entries or you can directly add a dependency to an external jar using the "Add External JARs..." button).
 
If one of those approaches does not resolve the issue, please open a bugzilla (in the future, please send queries of this type to the user newsgroup or directly open a bugzilla).
 
-Rob
-----Original Message-----
From: wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx] On Behalf Of Fong Chun Chan
Sent: Thursday, April 12, 2007 3:27 PM
To: wtp-dev@xxxxxxxxxxx
Subject: [wtp-dev] Exporting a War - No jars in lib folder

Hi,

I am still new to WPT so you'll have to bare with me.  I currently have a dynamic project in my eclipse that imports external jars (Jakarta POI and Paxtools) into my project.  Now when I export this project as a WAR to my tomcat directory I find that the lib folder is empty.  So when I run my serlvets on tomcat it tells me it can't find certain classes. 

I have tried to manually move the jar files over to the lib folder, but the end result is still unable to find classes.

I was wondering if anyone could help me,

Fong


Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

Back to the top