-
Notifications
You must be signed in to change notification settings - Fork 1
Running Panther
sankha93 edited this page Apr 21, 2012
·
3 revisions
To try Panther, head over to http://sankha93.github.com/Panther/get.html to download the version corresponding to your system.
Otherwise you can try it out directly from the source repo as said below, Just download all the files in the dist folder. Once downloaded follow the following instructions to run Panther.
First get the Java Runtime Environment from Java Website
- If you have the Java Runtime installed you will probably be able to run Panther by double clicking on the
Panther.jar
file. - If that doesn't work then open Command Prompt from the Start Menu. Navigate to the folder where you kept the files using the
cd
command. Then execute the following commandjava -jar Panther.jar
- Open your Linux Terminal. Navigate to the folder where you kept the files using the
cd
command. Then execute the following commandjava -jar Panther.jar
Don't forget to send me your feedback or bug reports!