Overlay the entire path with a new class loader. Set the base path to the user path + base path. No point in including the boot class path (can't reload thos).
()
| 418 | No point in including the boot class path (can't reload thos). |
| 419 | */ |
| 420 | public void reloadAllClasses() throws UtilEvalError { |
| 421 | throw cmUnavailable(); |
| 422 | } |
| 423 | |
| 424 | /** |
| 425 | Reloading classes means creating a new classloader and using it |
nothing calls this directly
no test coverage detected