Am 14.12.2012 22:41, schrieb Mandy Chung:

Maybe I'm in error, but additionally it seems to me, that "-classpath=Foo" 
doesn't match by:

-classpath is the one inconsistent with others. We think that it would be better to live with "-classpath" as people are familiar with -classpath option.

Ah, I see. But then you should still use:
 108         new Option(true, "-cp", "-classpath") {

Additionally, why not providing both, the old + new syntax:
 108         new Option(true, "-cp", "-classpath", "--classpath") {

People are also still familiar with -version !

-Ulf

Reply via email to