[kaffe] Problems with kaffe and ARM9

2005-06-06 Thread Achim Ehrlich
Hello All, I'm trying to compile and run kaffe-1.1.5 on an Atmel ARM9 and Linux-2.4.26. I'm using gcc-2.95.3. Everything cross-compiles happily, but when I try to run a simple helloworld application, the enviroment crashes with the error *java/lang/NullPointerException*. The error is different

[kaffe] CLASSPATH init with Kaffe 1.0.7

2005-06-06 Thread Stage Iup - Fabrice Frédéric
hi all i'm actually triying to use kaffe 1.0.7 but it seems that it is note initialised when i try to use it indeed, i've tried with a simple helloWorld but i've got the following error: [EMAIL PROTECTED] bin]$java /root/helloworld pc : [401b6924] lr : [401b6848] Not tainted sp : ba78 ip :

Re: [kaffe] CLASSPATH init with Kaffe 1.0.7

2005-06-06 Thread S. Meslin-Weber
Hi Fabrice, On Mon, Jun 06, 2005 at 05:10:20PM +0200, Stage Iup - Fabrice Fr?d?ric wrote: hi all i'm actually triying to use kaffe 1.0.7 Thank you for using Kaffe! Kaffe 1.0.7 is rather old, with many changes and bugfixes having been comitted since its release. Would you try with 1.1.5 (or

[kaffe] kaffe -jar failes when environment variable CLASSPATH is set

2005-06-06 Thread Ito Kazumitsu
Hi, Kaffe invoked with -jar option failes if the environment variable CLASSPATH is set. Please see the following test case. bash$ cat src/META-INF/MANIFEST.MF Manifest-Version: 1.0 Main-Class: Main bash$ cat src/Main.java public class Main { public static void main(String[] args) {

Re: [kaffe] kaffe -jar fails when environment variable CLASSPATH is set

2005-06-06 Thread Ito Kazumitsu
Kaffe invoked with -jar option failes if the environment variable fails CLASSPATH is set. Please see the following test case. How about this? --- kaffe/kaffe/main.c.orig Tue May 31 06:16:02 2005 +++ kaffe/kaffe/main.c Tue Jun 7 13:00:52 2005 @@ -130,6