public int init() throws Throwable {
return 0;
}//end of init
public int action() throws Throwable {
HelloWord.main((String[])null);
return 0;
}//end of action
public int end() throws Throwable {
return 0;
}//end of end
}
运行就报错,Error: Extension lrwreplaymain.dll is not loaded. System error: [param not passed in call]
Error: Extension lrwreplaymain.dll is not loaded. System error: [param not passed in call]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.
但是我的安装目录里有lrwreplaymain.dll啊?请大神帮我看下,出错的原因是什么啊?感谢啦!