CD \dirwherejaris
java.exe -classpath helloworld.jar com.mindprod.mypackage.HelloWorld

rem or if your Main-Class manifest points to HelloWorld.class.
java.exe -jar helloworld.jar

rem or if your *.jar extension is set to invoke java.exe
helloworld.jar