| Author |
latest struts.jar file
|
sachin pachpute
Ranch Hand
Joined: Aug 05, 2004
Posts: 35
|
|
Hi, I am getting error in comiling my java file as its not able to find "org.apache.commons.beanutils.BeanUtils.class" file. I guess struts.jar file I have is not latest. so can anybody send me the latest jar file at sachin.pachpute@tcs.com
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
A Struts web applicatoin requires more than just struts.jar. It requires a number of commons jars as well. The class you mentioned in your post is actually in commons-beanutils.jar. Unjar the struts-blank.war file that comes with the Struts download, and copy all the jars in the WEB-INF/lib directory to your WEB-INF/lib directory. That should solve this problem.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: latest struts.jar file
|
|
|