Re: couldn't able to install classpath: java.lang.OutOfMemoryError

2007-04-24 Thread Tom Tromey
> ">" == r srinivasaraju <[EMAIL PROTECTED]> writes: >> but when it comes to executing "gmake", its giving some error. >> Internal compiler error >> java.lang.OutOfMemoryError: Java heap space There's not much we can do about this. Maybe you don't have enough memory. Maybe you need to increa

Re: Compilation Time | More questions -Charsets

2007-04-24 Thread Tom Tromey
> "Martin" == Martin Schlienger <[EMAIL PROTECTED]> writes: Martin> Now we are investigating the charsets classes since for sure we don't Martin> need them all on our minimal system. JamVM tries to load a bunch of Martin> them when initializing and we would stick to one (8859 or UTF8 for Marti

Re: Compilation Time | More questions -Charsets

2007-04-24 Thread Martin Schlienger
ok, thanks for that, I may move to Eclipse if needed. Actually we are hacking the ClassLoader in a way we break Java Spec, so this may not be really interested for main maintainers. The idea is to split the glibj.zip: the very useful class to boot the VM (jamvm) and our custom ClassLoader are kep