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 269675 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-29 10:33 UTC by Exceptions Reporter
Modified: 2017-01-29 10:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 143298


Attachments
stacktrace (3.76 KB, text/plain)
2017-01-29 10:33 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-01-29 10:33:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.112-b15, OpenJDK Runtime Environment, 1.8.0_112-b15
OS: Linux

User Comments:
GUEST: v




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1014)
   at java.lang.Runtime.exec(Runtime.java:620)
   at java.lang.Runtime.exec(Runtime.java:485)
   at org.netbeans.modules.pathtools.CommandLauncher.launch(CommandLauncher.java:44)
   at org.netbeans.modules.pathtools.ExplorePathAction.performAction(ExplorePathAction.java:71)
   at org.openide.util.actions.NodeAction.performAction(NodeAction.java:295)
Comment 1 Exceptions Reporter 2017-01-29 10:33:40 UTC
Created attachment 163500 [details]
stacktrace