Place a batch script like this in the same directory as the launcher (downside - black box in the background while launcher is open - goes away once you launch Minecraft from it);
@echo off
title SKMC Launcher
cls
java -jar SKMCLauncher.jar
It seems nothing is happening, the problem may be that the default program to open SKMCLauncher.jar is nothing, and I have no idea where the java file is to set default.
Right click on computer, properties. Go to advanced system settings. Down the bottom is environment variables. Click that. Click New. Name: "PATH". Value: "C:\Program Files\java\jre7\bin"
Comments on Profile Post by 100ajk