Maxblade19 wrote:that work now in command line thanks you!
Is there a way to open this without terminal?
make a simple shell script in your home directory...then you should have an icon for it right?
for example if you make a script called speedcalc.sh and your speedcalc.jar is in /home/krimi/speedcalc
#!/bin/bash
java -jar /home/krimi/speedcalc/SpeedCalc.jar
and make the script executable
chmod +x speedcalc.sh
PM me if you have any questions