File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes latest struts.jar file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "latest struts.jar file " Watch "latest struts.jar file " New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: latest struts.jar file
 
Similar Threads
compilation fails
Classloader problem whileInstalling ear having struts version 1.1 on webpshere 5.0.2
Struts Taglibs and web.xml
struts application deployment in tomcat server
Hot to deploy struts application in weblogic8.1 with SP4