Bugs item #2484223, was opened at 2009-01-03 13:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2484223&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiler integration
Group: None
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Mathias Ricken (mgricken)
Assigned to: Nobody/Anonymous (nobody)
Summary: JDK 6.0_11 not found
Initial Comment:
In revision 4698 and JDK 6.0_11, DrJava selects the following compiler for me:
"Compiler ready: JDK 6.0_11 from the runtime class path."
When I compile, I get the error message:
1 error found:
File: (no associated file) [line: (no source location)]
Error: java.lang.NoClassDefFoundError: com/sun/tools/javac/util/Context
If I enter the path for the tools.jar file, everything works. In the last version on http://www.cs.rice.edu/~javaplt/drjavarice/ this wasn't necessary, and it detected my tools.jar correctly. So something with detecting compilers went wrong after revision 4673.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2484223&group_id=44253
|