rubyjs / therubyrhino

Embed the Mozilla Rhino Javascript interpreter into Ruby
155 stars 40 forks source link

fails to detect therubyrhino #4

Closed gucki closed 13 years ago

gucki commented 13 years ago

Using jruby 1.9.2 and the gem therubyrhino (with or without :require => 'rhino') is in my Gemfile. Bundle show shows:

Upon startup of my rails3.1.rc4 app I get:

/home/gucki/.rvm/gems/ruby-1.9.2-p180/gems/execjs-1.2.0/lib/execjs/runtimes.rb:46:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)

gucki commented 13 years ago

Sry, wrong issue tracker. It's now here: https://github.com/sstephenson/execjs/issues/24 ;-)