From: SourceForge.net <no...@so...> - 2003-02-07 22:39:36
|
Feature Requests item #682610, was opened at 2003-02-07 22:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=682610&group_id=44253 Category: Other Group: Small (< 1 pair-week) Status: Open Priority: 6 Submitted By: Charles Reis (csreis) Assigned to: Charles Reis (csreis) Summary: Improve tools.jar-finding heuristic on Windows Initial Comment: Story: The user starts DrJava for the first time on a Windows machine with a standard installation of the Java SDK. DrJava finds tools.jar without prompting the user. Implementation: Currently, the first time DrJava is used on *most* Windows machines, the user is forced to specify the location of tools.jar, even though we make a guess as to its location. This is because JAVA_HOME is set to the JRE in the "Program Files" directory, rather than the SDK in the root directory (by default). There's no fool proof way to find the SDK if the user installed it somewhere else (short of a full hard drive search), but we can do a better job of finding it in the default location, which should work for 90% of our users. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=682610&group_id=44253 |