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 182514 - java.util.MissingResourceException: bin/nativeexecution/Windows-x86/pty_open
Summary: java.util.MissingResourceException: bin/nativeexecution/Windows-x86/pty_open
Status: RESOLVED DUPLICATE of bug 182147
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 17:38 UTC by Alexander Pepin
Modified: 2010-03-25 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166790


Attachments
stacktrace (1.12 KB, text/plain)
2010-03-22 17:38 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-03-22 17:38:22 UTC
Build: NetBeans IDE Dev (Build cnd-main-3067-on-100322)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista

User Comments:
apepin: Steps to reproduce:
- create local  Welcome sample
- set Internal terminal as a console type
- run project, OK
- do step into
Result: Exception occurs.




Stacktrace: 
java.util.MissingResourceException: bin/nativeexecution/Windows-x86/pty_open
   at org.netbeans.modules.nativeexecution.support.HelperUtility.getLocalFileLocationFor(HelperUtility.java:123)
   at org.netbeans.modules.nativeexecution.support.HelperUtility.getPath(HelperUtility.java:86)
   at org.netbeans.modules.nativeexecution.pty.PtyCreatorImpl.allocate(PtyCreatorImpl.java:71)
   at org.netbeans.modules.nativeexecution.pty.PtyCreatorImpl.allocate(PtyCreatorImpl.java:62)
   at org.netbeans.modules.nativeexecution.api.pty.PtySupport.allocate(PtySupport.java:147)
   at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.startDebugger(GdbDebugger.java:321)
Comment 1 Alexander Pepin 2010-03-22 17:38:29 UTC
Created attachment 95554 [details]
stacktrace
Comment 2 Alexander Pepin 2010-03-23 14:36:49 UTC
It's still missed functionality.
Comment 3 Andrew Krasny 2010-03-25 12:34:18 UTC

*** This bug has been marked as a duplicate of bug 182147 ***