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: problem with file io in kawa-1.9.1


john whittaker wrote:
Hello Kawa users,

I have run into an issue with file io operations in Kawa. It appears that the path strings I'm passing to various file io functions are creating an instance of the gnu.text.FilePath type and passing a value of that type to Java functions which are expecting java.io.File types. Am I passing the wrong kind of arguments? I've pasted a sample interaction below.

I think this is a Kawa bug that has been fixed in the Kawa svn version. Could you try that? -- --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]