We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpProcessing Implementations › N00b issue: can't get anything to run
Page Index Toggle Pages: 1
N00b issue: can't get anything to run (Read 1311 times)
N00b issue: can't get anything to run
Jul 12th, 2008, 9:31pm
 
Hi,

I've done a good bit of P5 and a bit of Ruby, but I feel like I'm missing something obvious in trying to run ruby-processing. When I download the newest version and, from its dir, do 'script/open samples/jwishy.rb', I'm told that there's no such file. Sure enough, when I open the 'script' dir, there's no 'open', only applet, applet_files/, application, and application_files/.

Like I said, I feel like I'm missing something *really* obvious. Help?

Egg
Re: N00b issue: can't get anything to run
Reply #1 - Oct 8th, 2008, 4:48am
 
Hi Egg,

If you have JRuby installed, you can just run 'jruby samples/jwishy.rb'. If you don't or if you'd rather use 'open' or 'open.rb', you can download them here and put them in the 'script' directory:

http://github.com/jashkenas/ruby-processing/tree/master/script/open

http://github.com/jashkenas/ruby-processing/tree/master/script/open.rb

Page Index Toggle Pages: 1