You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with run.bat code
Posted:
Need help with run.bat codePosted:
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
ok i have jre7 and my control panel wont work anyone help?
My current code is:
@echo off
title Control Panel: DragonScape 659!
cd src
cd ..
"C:\Program Files\Java\jre6\bin\java.exe" -Xms250m -Xmx1024m -classpath bin;deps/* com.rs2hd.Main
pause
My current code is:
@echo off
title Control Panel: DragonScape 659!
cd src
cd ..
"C:\Program Files\Java\jre6\bin\java.exe" -Xms250m -Xmx1024m -classpath bin;deps/* com.rs2hd.Main
pause
#2. Posted:
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
Status: Offline
Joined: Jun 06, 201113Year Member
Posts: 335
Reputation Power: 12
Can Anyone help me? post your codes for 659 server control panel run.bat codes here!
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: May 08, 201113Year Member
Posts: 699
Reputation Power: 28
Status: Offline
Joined: May 08, 201113Year Member
Posts: 699
Reputation Power: 28
Try posting the error so someone may be able to help.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Mar 25, 201113Year Member
Posts: 736
Reputation Power: 28
Status: Offline
Joined: Mar 25, 201113Year Member
Posts: 736
Reputation Power: 28
If you have Windows 7 then the following
If not then
@echo off
title Control Panel: DragonScape 659!
cd src
cd ..
"C:\Program Files(x86)\Java\jre7\bin\java.exe" -Xms250m -Xmx1024m -classpath bin;deps/* com.rs2hd.Main
pause
If not then
@echo off
title Control Panel: DragonScape 659!
cd src
cd ..
"C:\Program Files\Java\jre7\bin\java.exe" -Xms250m -Xmx1024m -classpath bin;deps/* com.rs2hd.Main
pause
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.