2014-09-25, 19:24
That step is to make sure you have the correct location to java.exe. If you right click on either Run-x64.cmd or Run-x86.cmd and click Edit, it will open the file in notepad. You will see something like the following:
You may need to change the "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" part to where ever you have Java installed. By default, this location is for Java Version 6. I had to change mine because I had version 7. Once you make your changes, save the file and you should be all set for this step of the guide.
Code:
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -jar "XBMC.MyLibrary.jar"
pause
You may need to change the "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" part to where ever you have Java installed. By default, this location is for Java Version 6. I had to change mine because I had version 7. Once you make your changes, save the file and you should be all set for this step of the guide.