protected org.apache.tools.ant.types.Commandline | setupRmicCommand()Create a normal command line, then with -Xnew at the front
String[] options = new String[] {
"-Xnew"
};
Commandline commandline = super.setupRmicCommand(options);
return commandline;
|