}
public void start() throws ScriptException
{
this.options = new EmbeddedScriptOptions(this.scriptContext);
this.rctxt = new ScriptRuntimeContext(this.scriptContext, this.options);
try
{
URL baseUrl = options.getScratchDir().toURL();
this.wfsClassLoader = new ScriptClassLoader(new URL[] { baseUrl }, rctxt.getParentClassLoader());