Jagadeesha T wrote:
Hi all,
I am doing compilation using JspC.It is giving ClassCastException.
parentClassLoader = (URLClassLoader)Thread.currentThread().getContextClassLoader()
getContextClassLoader() will return AntClassLoader which is incompatible with URLClassLoader.
Is this a bug?
Hi all,
I am doing compilation using JspC.It is giving ClassCastException.
parentClassLoader =
(URLClassLoader)Thread.currentThread().getContextClassLoader()
getContextClassLoader() will return AntClassLoader which is incompatible with
URLClassLoader.
Is this a bug? If so, does it ha