From: SourceForge.net <no...@so...> - 2003-02-07 22:35:25
|
Feature Requests item #682606, was opened at 2003-02-07 22:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=682606&group_id=44253 Category: Compiler integration Group: Small (< 1 pair-week) Status: Open Priority: 6 Submitted By: Charles Reis (csreis) Assigned to: Charles Reis (csreis) Summary: Make JSR-14 work on OS X Initial Comment: Story: User specifies the location of the JSR-14 jar in the Preferences window on OS X, and he is then able to use it as a valid compiler. Implementation: Currently, OS X puts its own compiler on the classpath before JSR-14, so we can't use JSR-14 unless the user starts DrJava with the "-Xbootclasspath/p:" option. By the same logic as Feature Request 682602, we can simply do this automatically by restarting with that argument if we were started without it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=682606&group_id=44253 |