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: Now error in kawa\lib\rnrs\hashtables.scm


On 03/16/2009 11:54 PM, Yaroslav Kavenchuk wrote:
  [kawa] (compiling
C:\gnu\home\src\kawa\kawa\kawa\lib\rnrs\hashtables.scm to
kawa.lib.rnrs.hashtables)
[kawa] internal error while compiling
C:\gnu\home\src\kawa\kawa\kawa\lib\rnrs\hashtables.scm
[kawa] java.lang.NoClassDefFoundError: kawa/lib/kawa/hashtable (wrong
name: kawa/lib/kawa/HashTable)

That's strange - it works on GNU/Linux. It might be a difference between Unix forward slashes vs Windows backslash. But I don't know enough to know.

Does the class kawa.lib.kawa.HashTable exist?
Presumably it should be in the file
kawa\lib\kawa\HashTable.class.

Note the JVM uses "kawa/lib/kawa/HashTable" as the
"internal name" of the class regardless, as you can
see from 'javap -c -v' (or by using gnu.bytecode.dump) -
i.e. "wrong name: kawa/lib/kawa/HashTable" isn't
neceaarily wrong.
--
	--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]