Skip to content
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

On Windows

  1. If you have the Java Runtime installed you will probably be able to run Panther by double clicking on the Panther.jar file.
  2. 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 command java -jar Panther.jar

On Linux

  1. Open your Linux Terminal. Navigate to the folder where you kept the files using the cd command. Then execute the following command java -jar Panther.jar

Don't forget to send me your feedback or bug reports!

Clone this wiki locally