This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 104176

Summary: No prompt in IRB window
Product: ruby Reporter: Gregory Murphy <gjmurphy>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Gregory Murphy 2007-05-17 14:49:32 UTC
Using NB 6.0 M9, with Ruby Editor plugin 0.62 and Ruby Project plugin 0.68.0.2

From windows menu, other, open IRB. The window opens, but there is no command
prompt. The error indicator turns on, and clicking on it, the following error is
revealed:

<script>:0:in `require': no such file to load -- irb (LoadError)
	from <script>:0
	...internal jruby stack elided...
	from org.jruby.Ruby.eval(Ruby.java:274)
	from org.jruby.Ruby.evalScript(Ruby.java:267)
	from
org.netbeans.modules.ruby.rubyproject.IrbTopComponent$2.run(IrbTopComponent.java:267)
	from org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
	from org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)

It looks like the module cannot find the irb executable that resides in the same
directory as the jruby executable.
Comment 1 Torbjorn Norbye 2007-05-17 23:54:47 UTC
Duplicate (and issue 103290 was just fixed)

*** This issue has been marked as a duplicate of 103290 ***
Comment 2 Jiri Kovalsky 2007-07-03 14:05:21 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:46:04 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.