Re: [kaffe] java.lang.IllegalAccessError

2003-10-25 Thread Helmer Krämer
On Fri, 24 Oct 2003 20:14:38 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Hi Guilhem, hi Ito, > >The attached programs cause java.lang.IllegalAccessError, > >which partly seemes to have something to do with KJC, > >but class files compiled with Sun's javac also cause the > >error. > > > Appar

[kaffe] Hi

2003-10-25 Thread Amir Hossein payberah
Hi every body, I'm a new user in Kaffe, I try to use kaffe plugin for mozilla, I'va got kaffe-1.1.2 and compile it, it works good, but i can not compile its plugin, I've used kaffeOJIPlugin,but when i compile it, it has some many error, would u please guide me ... :) @};- TNX Amir __

[kaffe] CVS kaffe (hkraemer): miscellaneous small fixes

2003-10-25 Thread Kaffe CVS
PatchSet 4123 Date: 2003/10/25 12:52:41 Author: hkraemer Branch: HEAD Tag: (none) Log: miscellaneous small fixes Members: ChangeLog:1.1715->1.1716 config/arm/common.h:1.7->1.8 config/arm/trampolines.c:1.5->1.6 config/arm/linux/jit-md.h:1.6->1.7 config

Re: [kaffe] java.lang.IllegalAccessError

2003-10-25 Thread Guilhem Lavaux
Helmer Krämer wrote: On Fri, 24 Oct 2003 20:14:38 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Hi Guilhem, hi Ito, The attached programs cause java.lang.IllegalAccessError, which partly seemes to have something to do with KJC, but class files compiled with Sun's javac also cause the error.

Re: [kaffe] java.lang.IllegalAccessError

2003-10-25 Thread Helmer Krämer
On Sat, 25 Oct 2003 17:07:52 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Helmer Krämer wrote: > > >On Fri, 24 Oct 2003 20:14:38 +0200 > >Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > > > >Hi Guilhem, hi Ito, > > > > > > > >>>The attached programs cause java.lang.IllegalAccessError, > >>>wh

Re: [kaffe] java.lang.IllegalAccessError

2003-10-25 Thread Chris Gray
This is an aspect of a known security misfeature of inner classes: some access controls which are enforced by the compiler cannot be enforced by the VM with the same granularity, because the VM doesn't really grok the inner/outer class hierarchy. E.g from

[kaffe] jboss vs. java.util.zip

2003-10-25 Thread Helmer Krämer
Hi all, I tried to find out why it was necessary to modify java.util.zip in order to get jboss to run, and the results were a bit surprising. The exception that is thrown when the patch is not applied is this one: java.io.IOException: Bogus signature: 0x6d783f3c at java.util.zip.ZipInputStre

[kaffe] OOM and jit3

2003-10-25 Thread Jim Pick
Hi, I'm trying to get Kaffe to get as much of Jakarta Gump to compile as I can. http://kaffe.org/~jim/gump/log/ I encountered this while trying to build xml-xalan2: kaffe-bin: ../../../../kaffe/kaffe/kaffevm/jit3/seq.c:60: nextSeq: Assertion `sc != ((void *)0)' failed. Looking at the code,

Re: [kaffe] Hi

2003-10-25 Thread Dalibor Topic
Amir Hossein payberah wrote: Hi every body, I'm a new user in Kaffe, I try to use kaffe plugin for mozilla, I'va got kaffe-1.1.2 and compile it, it works good, but i can not compile its plugin, I've used kaffeOJIPlugin,but when i compile it, it has some many error, Hi Amir, the OJI plugin doesn't

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

2003-10-25 Thread Kaffe CVS
PatchSet 4124 Date: 2003/10/25 18:30:20 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath Members: ChangeLog:1.1716->1.1717 libraries/javalib/gnu/java/nio/FileLockImpl.java:1.1->1.2 libraries/javalib/gnu/java/nio/PipeImpl.java:1.1->1.2

[kaffe] CVS kaffe (dalibor): Upgraded to automake 1.7.8

2003-10-25 Thread Kaffe CVS
PatchSet 4125 Date: 2003/10/25 20:00:11 Author: dalibor Branch: HEAD Tag: (none) Log: Upgraded to automake 1.7.8 Members: ChangeLog:1.1717->1.1718 Makefile.in:INITIAL->1.115 aclocal.m4:1.69->1.70 depcomp:1.6->1.7 missing:1.7->1.8 FAQ/FAQ.auto

Re: [kaffe] OOM and jit3

2003-10-25 Thread Timothy Stack
On Oct 25, 2003, at 11:57 AM, Jim Pick wrote: Hi, I'm trying to get Kaffe to get as much of Jakarta Gump to compile as I can. http://kaffe.org/~jim/gump/log/ I encountered this while trying to build xml-xalan2: kaffe-bin: ../../../../kaffe/kaffe/kaffevm/jit3/seq.c:60: nextSeq: Assertion `s