failed to install program on windows using jruby
=================================================
C:> jruby -S gem install devise Create your own extensions. This may take some time ... ERROR: Error installing devise: ERROR: Failed to create native gem extension.
c: /jruby-1.5.3/bin/jruby.exe extconf.rb
make-up is not recognized as an internal or external command, operating program, or batch file.
Gem files will remain in c: /jruby-1.5.3/lib/ruby/gems/1.8/ gems / bcrypt-ruby-2.1.2 for verification. Results recorded in C: /jruby-1.5.3/lib/ruby/gems/1.8/gems/bcrypt- ruby 2.1.2 / int / MRI / gem_make.out
=================================================
you can build your own extension using jruby, like in ruby, using DevKit, somethig like in jruby on windows
source share