From: SourceForge.net <no...@so...> - 2010-10-04 19:22:58
|
Bugs item #3081085, was opened at 2010-10-04 14:22 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3081085&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: Research Compilers (Mint, HJ) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot Invoke HJ Methods from Interactions Initial Comment: We cannot call methods directly from the Interactions pane: We have to use the hj or run commands, otherwise the class loader isn't properly set up. We should at least come up with a better error message than throwing an exception: Welcome to DrJava. Working directory is /Users/mgricken/bin/hj.release/examples > new FibFuture().fib(10) java.lang.NullPointerException at hj.lang.Runtime.here(Runtime.java:317) at hj.lang.Object.<init>(Object.java:44) at FibFuture.<init>(FibFuture.hj) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3081085&group_id=44253 |