| Author |
package org.apache.struts.action does not exist
|
Prakash Mani - Attur
Ranch Hand
Joined: Oct 08, 2009
Posts: 100
|
|
Hi guys
When i try to use ActionForm class in eclipse IDE its not showing any error. but when i deploy the project it says
"package org.apache.struts.action does not exist". but the package and the ActionForm class exists in the lib directory(manually checked). what do i have to do to make it visible when i build the project?
Thanks
|
 |
Dawn Charangat
Ranch Hand
Joined: Apr 26, 2007
Posts: 249
|
|
Can you mention the complete path of the lib folder?
Also, please check if you have multiple instances of the struts jar in the lib folder. That shouldn't ideally give you a classnotfound, but I encountered that situation once....wierd, I know
|
 |
Prakash Mani - Attur
Ranch Hand
Joined: Oct 08, 2009
Posts: 100
|
|
|
thanks for the reply man.. i found the solution.. wrongly i have placed the source file in the built path..
|
 |
 |
|
|
subject: package org.apache.struts.action does not exist
|
|
|