Hi I have cross compiled kaffe-1.1.9 on fedora 8 for arm. On running the binary on the board i am getting the following error.
bash-3.00# /usr/local/kaffe/bin/kaffe information Couldn't find or load essential class `java/lang/Object' java.lang.ClassNotFoundException java/lang/Object Aborted If i say only kaffe it works fine as below bash-3.00# /usr/local/kaffe/bin/kaffe usage: kaffe [-options] class Options are: -help Print this message -version Print version number -fullversion Print verbose version info -ss <size> Maximum native stack size -mx <size> Maximum heap size -ms <size> Initial heap size -as <size> Heap increment -classpath <path> Set classpath -Xbootclasspath:<path> Set bootclasspath -Xbootclasspath/a:<path> Append path to bootclasspath -Xbootclasspath/p:<path> Prepend path to bootclasspath -D<property>=<value> Set a property -verify * Verify all bytecode -verifyremote * Verify bytecode loaded from network -noverify Do not verify any bytecode -noclassgc Disable class garbage collection -verbosegc Print message during garbage collection -v, -verbose Be verbose -verbosejit Print message during JIT code generation -verbosemem Print detailed memory allocation statistics -verbosecall Print detailed call flow information -nodeadlock Disable deadlock detection -debug * Trace method calls -noasyncgc * Do not garbage collect asynchronously -cs, -checksource * Check source against class files -oss <size> * Maximum java stack size -jar Executable is a JAR -vmdebug <flag{,flag}> Internal VM debugging. Set flag=list for a list -debug-fd <descriptor> Descriptor to send debug info to * Option currently ignored. Compatibility options: -Xss <size> Maximum native stack size -Xmx <size> Maximum heap size -Xms <size> Initial heap size -cp <path> Set classpath Can u please tell me how to go about for this problem. Thnaks Virupax SS
_______________________________________________ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe