kawa 1.14 causes java.lang.IllegalAccessException

Per Bothner per@bothner.com
Tue Oct 8 06:40:00 GMT 2013


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/



More information about the Kawa mailing list