RuneRebels
General => Tech Support => Started by: Zeliounz on January 10, 2014, 03:38:30 pm
-
It just says "paused, click any key to continue..." and then I hit a key and it goes away. I'm running windows 8 64 bit. I believe it has something to do with the pathway for the loader.jar being different, any suggestions on how to fix this?
EDIT:
Screenshot: http://gyazo.com/7a583da9a0cdb99cac170e771b5ef81e
-
-
Tried this earlier with a text based tutorial so I just copied the dudes path. HE MISPELLED FILE...xD Thanks for the video though, made me go back and look it over. :)
-
Tried this earlier with a text based tutorial so I just copied the dudes path. HE MISPELLED FILE...xD Thanks for the video though, made me go back and look it over. :)
So did that video work?
-
This is because your variables aren't set right. Edit your run.bat and change
java -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf
to
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf
-
This is because your variables aren't set right. Edit your run.bat and change
java -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf
to
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf
It would be much easier to just set the path, that way he wouldn't have to reset his real path every time he has to download the client again.
All you need to do is just edit the path variable which you should already have, if not just hit new. Type in Path and then copy and paste the location of your java install, if the path variable already exists add a ; after the current variable value and then add your java install.
It will be something like C:\Program Files\Java\jre7\bin, or if you downloaded the 32bit on a 64bit OS it will be Program Files(x86).