Quote:
Originally Posted by Prototyppp
i have download java again now dont work -.- 
what you are mean whit check the path
|
Check the path of your inicar.bat. If you have Windows 64 bit then change the path to this:
Code:
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar -Xmx512m -Xms512m DO.jar
If you have Windows 32bit then change the path to this:
Code:
"C:\Program Files\Java\jre7\bin\java.exe" -jar -Xmx512m -Xms512m DO.jar
Ahh, forgot to write... my settings for the path are regulated on 512MB RAM and not on 1024MB RAM.