0

Hello I'm trying to make a jar executable using chmod a+x jarname.jar, no errors. But when I try to execute it it's not executable. .. help plz, I'm on Xubuntu, trying to execute the jausing DOUBLE MOUSE CLICK

When e double click it it shows me this:

terminal + block window

2 Answers2

0

To execute a jar file you need to use the java command. There's lots of information on how to do this available via Google run a jar in linux. But the simplest command is: java -jar jarname.jar

If you want to run it by double clicking How run a .jar file with a double-click? should help.

AJefferiss
  • 1,154
  • 9
  • 17
0

Solved! Just Moved the .jar file on the desktop and changed the mod again

chmode a+x sql_fat.jar