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.
Summary: | Problem with 2d array | ||
---|---|---|---|
Product: | java | Reporter: | Rishan |
Component: | Compiler | Assignee: | Dusan Balek <dbalek> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 8.2 | ||
Hardware: | PC | ||
OS: | Windows 8.1 | ||
Issue Type: | DEFECT | Exception Reporter: | |
Attachments: | Pic describing error while executing program |
Created attachment 163367 [details] Pic describing error while executing program Sir, i am just a beginner and was trying to write program to prompt user to add value in 2d array but instead "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2 at javaapplication1.JavaApplication1.main(JavaApplication1.java:27) C:\Users\Rishan\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: " came up.