Nou, ik kan doen wat ik wil maar het werkt mooi niet. Kijk maar:
rene@ubuntu:~$ java -jar MrPostman-20060102.jar
Unable to access jarfile MrPostman-20060102.jar
rene@ubuntu:~$ sudo su
Password:
root@ubuntu:/home/rene# java -jar MrPostman-20060102.jar
Unable to access jarfile MrPostman-20060102.jar
root@ubuntu:/home/rene# java -jar MrPostman-20060101.jar
Unable to access jarfile MrPostman-20060101.jar
root@ubuntu:/home/rene# exit
exit
rene@ubuntu:~$ java -jar MrPostman-20060101.jar
Unable to access jarfile MrPostman-20060101.jar
rene@ubuntu:~$
Als ik run.sh open dan krijg ik dit:
#!/bin/sh
java -jar MrPostman-20060101.jar
Ik weet niet of het overbodig is te melden, maar de map met mr postman staat NIET in /usr/share. De map staat gewoon in home /rene.
Als ik de readme file open staat er dit:
Running MrPostman:
Windows with Installation from "install-mrpostman-xxxxxxxx.jar":
Use the Links in the start menu or on the desktop.
All other:
Change to the installation directory and run MrPostman with
"java -jar MrPostman-xxxxxxxx.jar" (without quotes and with the correct date)
(in Windows double-clicking the jar should be sufficient)
Maar wat ik ook doe, via de console werkt het niet. Wie weet er raad?

rene