I have some jars in the current directory, all needing to be in the class path, so I want to use the wildcards convention for classpath. The command line is:
jav
I found it, under Windows quotes around the wildcarded classpath are required.
But not required if you specify jars explicitly, explaining why the second command works.
Weird.