Renegade Scape - Gaming At It's Best
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Compiler and/or run.bat not working? Come here.

Go down

Compiler and/or run.bat not working? Come here. Empty Compiler and/or run.bat not working? Come here.

Post by arkantos1222 Sat Nov 05, 2011 10:02 am

So, here it is. The main reason that your compiler and/or run.bat isn't working is that you have the wrong pathway written on it (or only the wrong version). Now how to fix that is pretty simple, just go to the compiler/run.bat, right click, and then click "edit", "modify" or "run with > Notepad".

Once that is done you should see something among those lines :

Code:

@echo off
cd Client
Title Compiler
"C:\Program Files (x86)\Java\jdk1.6.0_22\bin\javac.exe" *.java
pause

Now the only thing you have to do is change the
Code:
"C:\Program Files (x86)\Java\jdk1.6.0_22\bin\javac.exe" *.java
to one of these depending on your settings.

IF YOU ARE ON WINDOWS 7 (x64) :

"C:\Program Files (x86)\Java\jdk[YOUR VERSION]\bin\javac.exe" *.java

If you don't know your jdk version, click HERE for my other tutorial about it.

IF YOU ARE ON WINDOWS XP (x32)

java -Xmx300m Jframe 10 0 highmem members 32


If that doesn't work, I can find you some other lines that can fit. If you're on MACOSX, sorry but I can't help you.
arkantos1222
arkantos1222

Compiler and/or run.bat not working? Come here. Admin

Posts : 89
Reputation : 6
Join date : 2011-01-04
Age : 27
Location : Sitting on my chair, looking at my computer screen while writing this bullshit.

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum