8/31/2011 4:19:26 AM
Title:
Executing jar file on command line [windows]
Hi,
I am trying to run .jar file "senthil.jar" . It catures systems screenshot.
http://sensaran.wordpress.com/2010/06/04/screen-shot-utility-using-air-2-0/
I am using it in AIR application. I want to execute this file from command line. I am not sure how to pass command line arguments.
Currently i am trying to do it like : java -jar senthil.jar
I need to provide a parameter as "Print Screen"
Thanks