|
From: SourceForge.net <no...@so...> - 2010-07-28 17:32:06
|
Bugs item #3036131, was opened at 2010-07-28 12:32 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3036131&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: Interactions Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: IllegalAccessException with Smart Run on non-Public Class Initial Comment: Here's another problem ... with the next program in that video. To do the next activity, you'll need to download a few files. Download FigletFont.java, FigletASCII.java, and wetletter.flf, and place them all in the same directory. This time there were three files involved. As instructed, I opened one of them (figletASCII.java). DrJava told me to compile it before I could run it. I did so and it compiled with no problems. When I tried to run it I got the following exception (see attached screenshot): > run FigletASCII java.lang.IllegalAccessException: Class edu.rice.cs.dynamicjava.symbol.JavaClass$JavaMethod can not access a member of class FigletASCII with modifiers "public static" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95) at java.lang.reflect.Method.invoke(Method.java:607) > What should I try next? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3036131&group_id=44253 |