Minecraft command for application launcher

Is it possible to create a symlink for

java -jar ./Minecraft.jar

, so I can use its command for the application launcher?

On Fri 19 Sep 2014 01:26:01 AM CDT, DrGrid wrote:

Is it possible to create a symlink for
Code:

java -jar ./Minecraft.jar

, so I can use its command for the application launcher?

Hi
Just use the full path to the jar file, eg;


/usr/bin/java -jar /some/path/to/Minecraft.jar

Else just create a wrapper script in your ~/bin directory and call that
from your launcher…


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!