aspose file tools
The moose likes Java in General and the fly likes problem loading a class for STRUTS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "problem loading a class for STRUTS" Watch "problem loading a class for STRUTS" New topic
Author

problem loading a class for STRUTS

dinesh prasad
Greenhorn

Joined: Jun 03, 2003
Posts: 27
I am trying to install a struts example using Tomcat 4.1 which was installed as part of Sun One Studio which I using for development. I am using the xerces XML parser, have xerces.jar loaded into the class path. I also have struts.jar and the default WAR files loaded into the path. I get an error loading this class
web/index.jsp [2:0] Unable to load class org.apache.struts.taglib.html.HtmlTag
Thanks for the help,
Dinesh
John Lee
Ranch Hand

Joined: Aug 05, 2001
Posts: 2545
hi:
please refer to:
Re. : Problem loading DATABASE: org.xml.sax.SAXException;
Introduction to Jakarta Struts Framework;
Sequence of class loading.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: problem loading a class for STRUTS
 
Similar Threads
Using Native interface in JSP
Problem in Java Class Loading process
Duplicate Classes
problem loading class for STRUTS
How can you find out what JARs you really use?