Fast Debugger (ruby-debug-ide 0.4.6) listens on localhost:53042
DL: This is only a partial implementation, and it’s likely broken
D:/NetBeans/ruby2/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require’: no such file to load – win32ole (LoadError)
iMelody O. wrote:
Fast Debugger (ruby-debug-ide 0.4.6) listens on localhost:53042
DL: This is only a partial implementation, and it’s likely broken
D:/NetBeans/ruby2/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require’: no such file to load – win32ole (LoadError)
It appears that NetBeans is running your project on the JRuby platform,
which doesn’t include a win32ole library.
Right-click on the project icon and select Properties. In the Project
Properties window, click on Run and switch the Ruby Platform from JRuby
to your standard Ruby install.
David
FWIW, a win32ole library is in development and should be in JRuby for
1.6.
Charles Nutter wrote:
FWIW, a win32ole library is in development and should be in JRuby for
1.6.
This is excellent news, thanks!
David
Charles Nutter wrote:
FWIW, a win32ole library is in development and should be in JRuby for
1.6.
Nice! Is there an early version that I can play with and what would be a
trend date (just a guidance would do) for JRuby 1.6 release ?
On Oct 25, 5:29am, “Anand S.” [email protected] wrote:
Charles Nutter wrote:
FWIW, a win32ole library is in development and should be in JRuby for
1.6.Nice! Is there an early version that I can play with and what would be a
trend date (just a guidance would do) for JRuby 1.6 release ?
Luis L. wrote in post #956873:
On Oct 25, 5:29am, “Anand S.” [email protected] wrote:
Charles Nutter wrote:
FWIW, a win32ole library is in development and should be in JRuby for
1.6.Nice! Is there an early version that I can play with and what would be a
trend date (just a guidance would do) for JRuby 1.6 release ?
you could also check:
http://kenai.com/projects/jwin32ole
wrote that some time ago as a proxy lib to the JACOB project library
It does the basic automation.