[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] "currently active project" should be the "current working directory"
|
IMO the "currently active project" should be the "current working
directory."
Running following code shows the "system user directory" is used instead.
public class Test1 {
public static void main(String[] args) {
System.out.println(System.getProperty("user.home"));
}
}
Preference settings might be set at the application, project and classname
dialogs to override but I think the default "current working directory"
should be the "currently active project" and not the "system user
directory."