Page 1 of 1

Launch etsviewer.jar

Posted: Thu Feb 15, 2018 3:22 am
by ewebxml
Dear Forum,
I know that there is a way to launch the etsviewer.jar from the command prompt.
One way to launch etsviewer.jar is by double-clicking on the jar file.

There is also another way of launching etsviewer from the command prompt.
Question:
Whether you are on a Windows or Mac, what is the sequence of commands for launching
the etsviewer.jar from
1) bash on Mac or
2) Command Prompt of Powershell on Windows .

Thank You,
Tom Hauck
()()()

Re: Launch etsviewer.jar

Posted: Thu Feb 15, 2018 8:29 am
by admin
Use the -jar option like this:
java -jar ./etsviewer.jar

(assuming that etsviewer.jar is in the current directory.)