[kaffe] IA64 runtime errors

Pradeep Rao pradeep at cadl.iisc.ernet.in
Thu Feb 17 11:59:52 PST 2005


Hello,

I've compiled kaffe (1.1.4) for IA64 using the following configure options

configure --prefix=/home/pradeep/kaffe-1.1.4 --enable-static
 --disable-sound --enable-pure-java-math --with-staticlib --with-staticbin
 --with-staticvm --with-jikes --with-awt=no

I get the following error with _any_ java aplication

[pradeep at avanti:jvm98]$ ~/kaffe-1.1.4/bin/kaffe SpecApplication _200_check
Internal error: caught an unexpected exception. Please check your
CLASSPATH and your installation. java/lang/NullPointerException
        at java.lang.System.initProperties(System.java:native)
        at java.lang.System.<clinit>(System.java:44)
        at java.lang.ClassLoader.<init>(ClassLoader.java:114)
        at java.lang.ClassLoader.<init>(ClassLoader.java:110)
        at
java.security.SecureClassLoader.<init>(SecureClassLoader.java:23)
        at java.net.URLClassLoader.<init>(URLClassLoader.java:541)
        at kaffe.lang.AppClassLoader.<init>(AppClassLoader.java:239)
        at kaffe.lang.AppClassLoader.<clinit>(AppClassLoader.java:38)
Aborted

I've checked the CLASSPATH and it points to jre/lib/rt.jar

Setup from the CVS (dated: Nov 20, 2004) also gave me similar problems.
Have I missed something ?

Regards,
Pradeep










More information about the kaffe mailing list