Comments on Profile Post by 100ajk

  1. thtredstonegui
    thtredstonegui
    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
    Mar 25, 2013
  2. thtredstonegui
    thtredstonegui
    Note: you may have to add java's bin directory to your environment variables if this doesn't work.
    Mar 25, 2013
  3. 100ajk
    100ajk
    Okay, no idea what that means but for the moment it is irrelevant.
    Mar 25, 2013
  4. 100ajk
    100ajk
    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.
    Mar 25, 2013
  5. thtredstonegui
    thtredstonegui
    Add "pause" on a new line (without quotation marks) at the end of the file. Tell me what the error says. Also, what OS are you using?
    Mar 25, 2013
  6. 100ajk
    100ajk
    Win 7, " 'java' is not recognised as an internal or external command, operable program or batch file."
    Mar 25, 2013
  7. thtredstonegui
    thtredstonegui
    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"
    Mar 25, 2013