(Throwable t)
| 240 | } |
| 241 | |
| 242 | @SuppressWarnings("unchecked") |
| 243 | static private <T extends Throwable> void sneakyThrow0(Throwable t) throws T { |
| 244 | throw (T) t; |
| 245 | } |
| 246 | |
| 247 | static public Object loadWithClass(String scriptbase, Class<?> loadFrom) throws IOException, ClassNotFoundException{ |
| 248 | RT.init(); |