Reputation: 187
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
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