From: <no...@so...> - 2002-08-07 13:04:56
|
Bugs item #592037, was opened at 2002-08-07 13:04 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=592037&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 6 Submitted By: Charles Reis (csreis) Assigned to: Charles Reis (csreis) Summary: Non-intuitive Interactions classpath Initial Comment: The interactions classpath always includes DrJava's own classpath before any directories which have been specified on "extra.classpath" or the source roots of the currently open documents. This can be confusing to new users if DrJava is started from the desktop, and if old versions of class files are left on the desktop. Instead, the interactions classpath should first include any source root directories, then extra.classpath, and then DrJava's own classpath. (The only problem with this is the possibility of defining a separate edu.rice.cs.drjava.model.repl.newjvm.InteractionsJVM class, which would then cause DrJava to crash when resetting the interactions pane. To fix this, we should really modify how DynamicJava loads classes so that it does not look on the system classpath.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=592037&group_id=44253 |