[kaffe] mapping rt.jar

Guilhem Lavaux guilhem at kaffe.org
Wed Apr 13 12:12:46 PDT 2005


On Wed, 2005-04-13 at 09:38 +0000, Hammam Mounir wrote:
> hi all;
> 
> in file .../kaffevm/jar.c we need to map rt.jar file in memory
> (function OpenJarFile(..)), but uClinux does not support file mapping
> (CPU=ARM & OS=uClinux).

Hi,

Normally openJarFile should handle systems which does not support the
mmap syscall. In that case it fallbacks to using the classic
input/output syscalls. Is there a specific error which is thrown by the
compiler or the runtime ?

Regards,

Guilhem.





More information about the kaffe mailing list