bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #32010] Runtime java.lang.NoSuchFieldError


From: Per Bothner
Subject: [Bug-kawa] [bug #32010] Runtime java.lang.NoSuchFieldError
Date: Thu, 30 Dec 2010 04:29:26 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

Update of bug #32010 (project kawa):

                  Status:                    None => Confirmed              
             Assigned to:                    None => bothner                

    _______________________________________________________

Follow-up Comment #1:

The problem is because the Scheme source file hello.scm has the same name as
the activity "hello".  (Which is what the tutorial does ...) Kawa compiles a
class named hello for the "module" (top-level) and it compile a class named
hello for the activity.  The Lit0 ends up in the former class - which then
gets overwritten by the latter class.  Ooops.

I'll try to work out a fix - since this is kind-of embarassing.  Until then,
a possible work-around (un-tested) might to use a different name for the
activity and the Scheme file.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32010>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]