John Teh

Greenhorn
+ Follow
since Feb 23, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by John Teh

You are right. I called up the Vendor's programmer and he mentioned that the message is included in the program for his own purpose (I think for debugging purpose). I think my doubt is solved. Thank you.
14 years ago
You see I am using an online software and run into problem and I look into the Java console and found these message. Thought I am new to Java, I have some background on programming in BASIC. I suspect there are some bugs in the program or some problem with the server. When I bring the matter to the vendor, there is no solution so far (already months, they still don't know what is the problem). So I am just want to learn some knowledge about Java. So far, I am satisfied with the answer provide by Suhas Bilaye and I have requested topic as resoved. Thank you for that.
14 years ago
I am new to JAVA, so I don't know what {code for class "cu", method "a" } is.
14 years ago
When Java console displays the following message, what does it mean ?

java.lang.ArrayIndexOutOfBoundsException: 1 >= 0

at java.util.Vector.elementAt(Unknown Source)
at cu.a(Unknown Source)
at cu.a(Unknown Source)
at eE.a(Unknown Source)
at cU.b(Unknown Source)
at bP.paint(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
14 years ago
I use certain internet online software.
When Java console displays the message :"IMPOSSIBLE DALC 2: 24 Feb 2010, Wednesday @ 09:51:00". What it means ?
14 years ago