Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-12 Thread Dalibor Topic
Thomas Winkler wrote: Hello, The File code has changed quite a bit in CVS, it's merged with GNU Classpath now. Could you give it a spin and see if that works better for you? Hallo Thomas, thanks for giving it a try. I'm sorry that it didn't work :( I just compiled the current CVS code. But this d

Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-12 Thread Thomas Winkler
Hello, > The File code has changed quite a bit in CVS, it's merged with GNU > Classpath now. Could you give it a spin and see if that works better for > you? I just compiled the current CVS code. But this doesn't solve our problem - we still get the same errors. As my colleague, Markus, reported

Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-12 Thread Dalibor Topic
Thomas Winkler wrote: Hi again, Hallo Thomas, thanks for digging into it. In the meanwhile we investigated the problem a little further and found out the following: In libraries/javalib/java/io/File.java we added a debug output into function "length". The file length that is reported by the lengthI

Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-11 Thread Thomas Winkler
Hi again, In the meanwhile we investigated the problem a little further and found out the following: In libraries/javalib/java/io/File.java we added a debug output into function "length". The file length that is reported by the lengthInternal call is not the correct one. Going a little deeper in

Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-11 Thread Thomas Winkler
Hi again, In the meanwhile we investigated the problem a little further and found out the following: In libraries/javalib/java/io/File.java we added a debug output into function "length". The file length that is reported by the lengthInternal call is not the correct one. Going a little deeper in