My Rails server worked well with a regular development script, and I planned to use Netbeans for Rails. When I started my existing project with Netbeans and restarted my Webrick server, it shows an error
RuntimeError (install the jdbcmysql adapter: gem install activerecord-jdbcmysql-adapter(there is no such file to download - java))
I feel this error is related to JRuby, but I never use JRuby, and I use Ruby 1.9.2, Rails 3.0.0, and I don't want to use JRuby and Glassfish. I tried removing the default JRuby and Ruby1.9.2 by default, but I cannot. I feel that there might be a reason for binding the wrt JRuby error. Please help me fix this problem.
source
share