Lucas Martins Soares
Lucas Martins Soares

Reputation: 187

How can I run a .jar program directly from /bin?

Whenever I need to open the logisim-evolution.jar file, I need to type the command:

java -jar logisim-evolution.jar

I would like to add an entry for that program in /bin to be able to open it through the dmenu. How can I do that?

Upvotes: 0

Views: 879

Answers (1)

Lucas Martins Soares
Lucas Martins Soares

Reputation: 187

You're better off making a .sh launcher that runs java -jar logisim-evolution.jar and put it in /bin

@Federico klez Culloca

Upvotes: 0

Related Questions