hi, i need a new run client because mines all screwed up saying it cant recognize java :o so i just need a good ru client. thank you.
Printable View
hi, i need a new run client because mines all screwed up saying it cant recognize java :o so i just need a good ru client. thank you.
hmm i belive,
@echo off
color 0F
Title Client
"C:\Program Files\Java\jdk1.6.0_03\bin\javac.exe" -g:none -nowarn *.java
java -Xmx1500m client
pause
should get the work done. ( if you don't understand, just edit your previous run, and delete all of it and apply that. )
mine is officially the best one, my computer doesn't accept jdk and all that crap, so all run clients dont work for me, so i set off on my own quest and made a run. it connects strait to your client and opens it, here it is.
[PHP]@echo off
title Run Client by qwertyuiopmun (AKA) Sinamun ~ 20HRPK CLIENT.
color 05
ECHO RUN CLIENT...
java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar client
pause[/PHP]