https://issues.apache.org/bugzilla/show_bug.cgi?id=48489

--- Comment #7 from Kris Schneider <kschnei...@gmail.com> 2010-01-05 08:41:17 
UTC ---
(In reply to comment #6)
> http://bugs.sun.com/view_bug.do?bug_id=6434149

That bug, as well as others, implies that your JSP code is wrong. Instead of
this:

loader.loadClass("[Lsample.SampleClass;")

you should do this:

Class.forName("[Lsample.SampleClass;", false, loader)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to