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 145058 - Vista64 jruby debugging issue
Summary: Vista64 jruby debugging issue
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Other Windows Vista
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-25 21:23 UTC by dezed
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dezed 2008-08-25 21:23:17 UTC
I found an issue with jruby debugging in Vista 64. It seems like org.rubyforge.debugcommons.Util class dosn't parse the
path properly in certain circumstances.

I did a default install of jdk/netbeans and tried to debug a test program. However netbeans couldn't launch the debugger
it issued the following error \java\jdk1.6.0_07 was unexpected (or somthing simmilar)

As it turns out Vista64 use C:\Program Files (x86)\ as the default install directory for 32 bit apps, and my guess is
that parsing goes wrong on the (x86) part. As a workaround I installed the jdk to c:\java\jdk1.6.0_07 instead and i
everything worked fine.
Comment 1 Martin Krauskopf 2008-08-25 21:28:28 UTC
Thanks for filing, will take a look at it.