6364656667686970
{ return classLoader.loadClass(className); } catch(ClassNotFoundException e) { throw new LimelightException(e); } }
133134135136137138139140141142143
gc(); } } catch(Exception e) { throw new LimelightException("Failed to start JRuby Runtime", e); } finally { if(spawnThread != null) spawnThread.clear();
7071727374757677
Var newProduction = loadVar("limelight.clojure.production", "new-production"); proxy = (ProductionProxy)newProduction.invoke(this); } catch(Exception e) { throw new LimelightException(e); } }