changing working derectory from command line
Is there a way to change working directory when starting JVM via command line,
something like
"java -classpath <myClasspath> my.main.ClassName -dir newWorkingDirectory"
Is there an option to specify new working directory which is different from one where I started cmd.exe.

