nocknock wrote:I had the same problem, I solved with this:
You have to execute pms from its own directory. Example (userdirectory replace with the name of your user):
cd /home/userdirectory/.pms
./PMS.sh
I have an script for this, "execute_pms.sh", with this command:
"cd /home/userdirectory/.pms && ./PMS.sh"
I hope that it works for you.
thx. becouse of another trouble, my command is
cd /home/userdirectory/.pms && ./pms.jar
