Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » jsp runtime error(org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: )
jsp runtime error [message #651286] Fri, 28 January 2011 17:42 Go to next message
llk  is currently offline llk Friend
Messages: 5
Registered: January 2011
Junior Member
I am seeing:

org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class:

I have a tag lib code that extends this class, when I run my JSP I see this error.

Does that mean this is classpath issue?

How do I ensure that this class is available at runtime in eclipse??
Re: jsp runtime error [message #651925 is a reply to message #651286] Wed, 02 February 2011 05:25 Go to previous message
saurav sarkar is currently offline saurav sarkarFriend
Messages: 428
Registered: July 2009
Senior Member
Hi,

It is classpath issue.You must put the jar which contains the Tag class in the J2EE module dependencies which will put the class in the classpath.

Thanks and Regards,
Saurav


Previous Topic:DialogCellEditor lost focus
Next Topic:Plugin in Debug mode
Goto Forum:
  


Current Time: Fri Apr 26 02:22:15 GMT 2024

Powered by FUDForum. Page generated in 0.08495 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top