Unable to compile scripts on VPS CentoS 5.5

ch1co

Onyx user!
Reputation
0
I have installed RSBot and Run.sh fine when i click it it runs the bot however I want to add a script, I downloaded it and make it .java put it into the sources folder but when I try to compile-scripts.sh i double click but nothing happens it only opens as a notepad, sot hen I checked "run as program" but after I did it gave me an ERROR : "Failed to execute child process: "/root/RSbot/compile-scripts.sh" (No such file or directory)

any help is appreciated

I also tried cd RSBot
and then sh compile-scripts.sh

but I get 2 wierd errors and read somewhere ppl getting that too, any help??


2ni72ps.jpg


if anybody knows if u dont mind addmin my msn [email protected]
 
Can you post the terminal screen of the commands you have tried? It'll help me.
 
Ok a few things

1. Why do you have rsbot in that directory, and you should try this:

Code:
cd ~/RSBot

2. Another thing, instead of sh compile... try:

Code:
./compile-scripts.sh

3. You said "run.sh" was fine, did you make sure you did

Code:
./install-mac-linux.sh
./run-linux.sh
 
I still get the same wierd command file error message,

and for

./install-mac-linux.sh
./run-linux.sh

it just asys I dont even have those files on my computer


(im using powerbot "powerbot.org")

figured out, i just found a web compiler and used that thanks for all who helped, admin pls close
 
Back
Top