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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Doing that won't get you the bootstrap class loader in an Oracle JRE - you'll
get the ext loader (which is good enough for this use case).

For the sake of clarity, my suggestion is start at the system class loader,
recursively get the parent and use the last non-null value you find.

-- 
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