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


Per Bothner wrote:
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.

Not kawa\lib\kawa\HashTable.class but kawa\lib\kawa\hashtable.class


--
WBR, Yaroslav Kavenchuk.


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