Posts

Showing posts with the label ssh ruby net\ssh net/ssh net::ssh jruby java netbeans

Ruby - Trying it again

Image
This issue has been resolved --> Here Still issues running JRuby with NetBeans and Windows. I've upgraded NetBeans from version 6.1 to 6.5 beta to see if the latest and greatest fixes my issues. I find this especially irritating given the amount of hype around the framework as a whole. ( IntelliJ demo , Netbeans 10-minute JRuby Blog ). It seems most of the issues lie in platform-specific gems, and net-ssh seems to be written for use with PuTTY's pageant, which requires "native interfacing" or "native extensions". Is it possible? Well, I'm starting off trying to ssh into a remote device using Ruby samples from this script inside the NetBeans IDE. Upon first try, I got the following: failed to load dl/import Using this tutorial from Juan Pablo I was able to modify: C:\Program Files\NetBeans 6.5 Beta\ruby2\jruby-1.1.3\lib\ruby\gems\1.8\gems\net-ssh-2.0.4\lib\net\ssh\authentication\pageant.rb and C:\Program Files\NetBeans 6.5 Beta\ruby2\jruby-1.1.3\...