On Fri, 20 Feb 1998, Michael R. Harper wrote: > javac -J-ms2m > > Does anyone know what this might be trying to do? -J is supposed to pass flag to runtime. Kaffe comes with simple javac script which ignores it. -ms2m is JDK switch to set initial java heap size to 2 MB. I think you can safely ignore it for kaffe. Artur