Re: Using the -J option with javac

2007-01-11 Thread Carlos Sanchez
i think I got it, i'll use Xmx and Xms only when forking On 1/11/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: MCOMPILER-22 has a problem as the javac compiler is being called with -J for Xmx and Xms and from the docs [1] it's not accepted in argument files. We're gonna use always argument file

Using the -J option with javac

2007-01-11 Thread Carlos Sanchez
MCOMPILER-22 has a problem as the javac compiler is being called with -J for Xmx and Xms and from the docs [1] it's not accepted in argument files. We're gonna use always argument files when forking, can the -J option be removed ? [1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.ht