}
@Override
public void initialize(BSFManager manager, String language, Vector someDeclaredBeans) throws BSFException {
super.initialize(manager, language, someDeclaredBeans);
LocalContextScope scope = SystemPropertyCatcher.getScope(LocalContextScope.SINGLETON);
LocalVariableBehavior behavior = LocalVariableBehavior.BSF;
container = new ScriptingContainer(scope, behavior);
SystemPropertyCatcher.setConfiguration(container);
//container.getProvider().setLoadPaths(getClassPath(manager));
Ruby runtime = container.getProvider().getRuntime();