------- Additional Comments From tromey at gcc dot gnu dot org 2005-06-15 20:48 ------- The bug here is that our built-in system class loader is not initialized when the user-specified system class loader is looked for. So, the class path is not searched and the class is not found.
Fixing this is mildly tricky as startup and initialization order are already very messy. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14572