Estrai l'archivio e vedrai che c'è una directory "docs/readme"
Dentro troverai il file Phex_other.htm , lo apri e leggerai
System Requirements
To use Phex you need a JavaTM 2 Virtual Machine 1.4 or higher installed.
To verify if this is installed on your platform open a command prompt and execute:
java -version
Installing Phex
To install Phex extract the ZIP file into a directory of your choice.
Starting Phex
In the directory where you unzipped Phex you will find a phex.jar file. On some systems you are able to double-click on it to start it. If this fails open a command prompt and start the Phex jar file by executing:
java -jar phex.jar
Make sure you have your Java installation directory in your environment PATH.
In pratica devi scrivere in un terminale
Codice: Seleziona tutto
java -jar /directory/dove/hai/estratto/archivio/phex_3.4.2.116/lib/phex.jar
sostituendo /directory/dove/hai/estratto/archivio con il percorso giusto
EDIT
da quello che hai scritto, il programma si trova in scaricati, quindi dovresti scrivere
Codice: Seleziona tutto
java -jar $HOME/Scaricati/phex_3.4.2.116/lib/phex.jar