Set a new base classpath and create a new base classloader. This means all types change.
( URL [] cp )
| 406 | This means all types change. |
| 407 | */ |
| 408 | public void setClassPath( URL [] cp ) |
| 409 | throws UtilEvalError |
| 410 | { |
| 411 | throw cmUnavailable(); |
| 412 | } |
| 413 | |
| 414 | /** |
| 415 | Overlay the entire path with a new class loader. |
nothing calls this directly
no test coverage detected