[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Process ruby exited with code 834

Its Me

5/25/2006 8:13:00 PM

What does this message mean?

I just started seeing this from some JEdit macros I have that run ruby on
the current buffer.
cd $d # change to dir. of current buffer
ruby $f # run file of current buffer

Thanks.


1 Answer

Timothy Goddard

5/29/2006 10:33:00 AM

0

The exit codes represent different types of errors that can occur
within the interpreter. I have no idea which type of error 834
represents. If you use a console you should get friendlier messages.