473,809 Members | 2,740 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

java.lang.Array IndexOutOfBound sException

oll3i
679 Contributor
i get
Exception in thread "main" java.lang.Array IndexOutOfBound sException: 2
at Producent.main( producent.java: 605)

when i run it from bat

@start "Supply Chain Management-Producer to Queue" run Producent queue1 queue2 queue3 queue4

maybe you will se something i dont see

Expand|Select|Wrap|Line Numbers
  1. public static void main(String[] args){
  2.  
  3.  
  4.  
  5.         if (args.length < 1 || args.length > 4) {
  6.             System.out.println("usage: <destination> <destination> <destination> <destination>");
  7.             System.exit(1);
  8.         }else {Producent producent=new Producent(args[0],args[1],args[2],args[3]);}
  9.          /// producent.close();
  10.  
  11.       }     
  12. }
  13.  
thank you
Jun 11 '07
22 41051
JosAH
11,448 Recognized Expert MVP
What's the "rich man's debugger" ?!

This is how I usually debug things...

-blazed
The "rich man's debugger" has a gui and a tremendous amount of buttons to
click and you don't know which one because there are also a myriad of options
to select and you finally end up clicking that little 'X' at the top right corner and
insert a couple of System.out.prin tln() method calls and try again ;-)

kind regards,

Jos
Jun 11 '07 #21
r035198x
13,262 MVP
The "rich man's debugger" has a gui and a tremendous amount of buttons to
click and you don't know which one because there are also a myriad of options
to select and you finally end up clicking that little 'X' at the top right corner and
insert a couple of System.out.prin tln() method calls and try again ;-)

kind regards,

Jos
LOL. No wonder they say you're crazy.
Jun 11 '07 #22
JosAH
11,448 Recognized Expert MVP
LOL. No wonder they say you're crazy.
Duh; I have a pink inflatable axe that goes *beep!*

kind regards,

Jos ;-)
Jun 11 '07 #23

Sign in to post your reply or Sign up for a free account.

Similar topics

0
6819
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what the issue is. Thanks Ravi
1
10714
by: CM | last post by:
Hi, when i want connect me in my BD with a JSP (with this simple code), this exception is throw. Thank's for ur help Mathieu CODE of my JSP ---------------------
26
3255
by: Christoph Zwerschke | last post by:
You will often hear that for reasons of fault minimization, you should use a programming language with strict typing: http://turing.une.edu.au/~comp284/Lectures/Lecture_18/lecture/node1.html I just came across a funny example in which the opposite is the case. The following is a binary search algorithm in Java. It searches a value in an ordered array a of ints: public static int binarySearch(int a, int key) {
6
6496
by: ganesh.m | last post by:
Hi, I am new to DB2. I am getting this error while loading the DB2Driver. I don't have any idea about where i might have gone wrong. please help me. Below is the stack trace. Stack Trace: java.lang.ExceptionInInitializerError:
24
7413
by: crazystone82 | last post by:
Hi all, please send me a source code to transfer a file to a server running on another pc in the LAN...using JAVA .By getting the source path and destination path through textfield implemented in java swings
6
24262
by: Light | last post by:
Hi I m getting this error while i m trying to run my program and i don't understand why that happens. import java.util.*; public class Exercise6 {
2
2014
by: bkquinn359 | last post by:
Hi All, I am getting the follwoing error Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at Chp8Assign1.main(Chp8Assign1.java:37) Press any key to continue... In this program... public class Chp8Assign1 {
2
9792
by: ksheerasagar17 | last post by:
Hello All, Scenario: Sending an image through webservice as byte array to an Java webservice. The Problem1: The webservice method image property expects (data type) SByte rather than Byte array. Thus i'm converting a byte array to sbyte array and sending through web service. The converted SByte contains negative numbers wihch are resulting in an error "java.lang.ArrayIndexOutOfBoundsException: -106" Byte => SByte...error...
2
3774
by: yeshello54 | last post by:
so here is my problem...in a contact manager i am trying to complete i have ran into an error..we have lots of code because we have some from class which we can use...anyways i keep getting an error when i do the following. if you add a contact with up to 13 fields it will be stored in a data structure. i have a tabbed pane that will show six of the 13 fields for that contact. when you double click the contact i want it to pop up and show all 13...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9601
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10637
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10379
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9199
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5687
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3014
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.