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?
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?
You're better off making a .sh launcher that runs
java -jar logisim-evolution.jarand put it in /bin@Federico klez Culloca