2009年11月14日

Eclipse Variables

org.eclipse.core.variables.IStringVariableManager svm = org.eclipse.core.variables.VariablesPlugin
.getDefault().getStringVariableManager();
try {
System.out.println(svm.performStringSubstitution("${eclipse_home}"));
} catch (CoreException e) {
e.printStackTrace();
}

// Console Output
/C:/java/eclipse/

沒有留言:

網誌存檔