I write java application and get the jar file, it work from command line
java -jar program.jar
I want to write installer program to put my application in Unity Launcher (quicklaunch) in Ubuntu.
can anyone give my how can I start?
I write java application and get the jar file, it work from command line
java -jar program.jar
I want to write installer program to put my application in Unity Launcher (quicklaunch) in Ubuntu.
can anyone give my how can I start?
create a simple .desktop file in ~/.local/share/applications/
vim ~/.local/share/applications/application_name.desktop
add these entries to file
you will need to log off and back in for the change to take effect.