Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How would I pin a .jar file to the taskbar in Unity Display

Writer Mia Lopez

How would I make it so that I can run a .jar file from the task bar on the side in Unity. As it is I cannot drop a .jar file onto it.

How would I create something that I could pin to the Task bar that would link into running the .jar. Just in case you need to know I am trying to put minecraft onto the task bar and I cannot seem to correctly make a desktop file to link to it.

1 Answer

The command you need to put into your .desktop file should look like

java -jar /path/to/minecraft.jar

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy