From the Command Line


For Internal Users

Open a terminal window and type:
>java -jar /themis/lib/jmars.jar "longitude" "latitude"
where "longitude" "latitude" are replaced by the desired starting point.


For External Users

Change to the directory with the jmars.jar file (which you have already downloaded) and type:
>java -jar jmars.jar "longitude" "latitude"
where "longitude" "latitude" are replaced by the desired starting point. If you would like to open jmars from a diffent directory, you can replace "jmars.jar" with"path/jmars.jar".