This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: kawa 1.14 causes java.lang.IllegalAccessException


On 10/07/2013 12:36 AM, Ito Kazumitsu wrote:
$ java -cp kawa-1.14.jar kawa.repl --script test.scm
test.scm:2:2: warning - no known slot 'append' in java.lang.Object
test.scm:3:2: warning - no known slot 'setLength' in java.lang.Object
java.lang.IllegalAccessException: Class gnu.expr.PrimProcedure can not access a member of class java.lang.AbstractStringBuilder with modifiers "public"
         at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
         at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(AccessibleObject.java:261)

I checked in a fix for this bug.  I also checked in a testcase
based on your report.  Thanks!
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]