[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.dltk] is the file ConsoleProxy.js missing?
|
the method getConsoleProxy of class org.eclipse.dltk.javascript.launching.JavaScriptLaunchingPlu gin of project org.eclipse.dltk.javascript.launching
public IFileHandle getConsoleProxy(IExecutionEnvironment exeEnv)
throws IOException {
IDeployment deployment = exeEnv.createDeployment();
if (deployment == null) {
return null;
}
IPath path = deployment.add(this.getBundle(), "console");
path.append("ConsoleProxy.js");
return deployment.getFile(path);
}
but i could not find the file ConsoleProxy.js.
can everyone give me a hand,thank you very much.