A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
error in jstl
Saurabh Naik
Ranch Hand
Joined: Apr 24, 2008
Posts: 87
posted
Jan 23, 2009 11:33:22
0
javax.servlet.ServletException
:
java.lang.NoClassDefFoundError
: Could not initialize class org.apache.struts.taglib.html.LinkTag
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
org.apache.jsp.index_jsp._jspService(index_jsp.java:82)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
since there is class named LinkTag.class in jar file why it is giving me an error
SCJP 6 (88%), SCWCD 5 (78%), preparing for SCBCD
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
14
I like...
posted
Jan 23, 2009 11:54:27
0
Please be sure to post Struts questions in the Struts forum. I have moved this there for you.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
Jan 23, 2009 12:29:05
0
Maybe that JAR file is simply not placed in the classpath.
Code depot of a Java EE / JSF developer
|
JSF / Eclipse / Tomcat kickoff tutorial
|
DAO kickoff tutorial
|
I ♥ Unicode
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: error in jstl
Similar Threads
JSF error
The import cannot be resolved
when iam running my struts application following error comes please help me
SprngFramework Form Binding Error
Problem with Struts html Tags
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter