(String scriptbase)
| 441 | } |
| 442 | |
| 443 | static public void load(String scriptbase) throws IOException, ClassNotFoundException{ |
| 444 | load(scriptbase, true); |
| 445 | } |
| 446 | |
| 447 | static public void load(String scriptbase, boolean failIfNotFound) throws IOException, ClassNotFoundException{ |
| 448 | String classfile = scriptbase + LOADER_SUFFIX + ".class"; |
no test coverage detected