[VIEWED 9057
TIMES]
|
SAVE! for ease of future access.
|
|
|
ProblemSolver
Please log in to subscribe to ProblemSolver's postings.
Posted on 03-25-15 3:27
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Last edited: 26-Mar-15 10:31 AM
|
|
|
|
prankster
Please log in to subscribe to prankster's postings.
Posted on 03-25-15 4:15
PM [Snapshot: 31]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
It didn't format well, try this,http://www.codeshare.io/Su47r
Last edited: 25-Mar-15 04:21 PM
|
|
|
ProblemSolver
Please log in to subscribe to ProblemSolver's postings.
Posted on 03-25-15 4:38
PM [Snapshot: 56]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Hi Prankster: I get following error while running the code, can you help which should be the main. Error: Main method not found in class shoutOutCannedMessage.ShoutBoxTest, please define the main method as: public static void main(String[] args) Thanks,
|
|
|
prankster
Please log in to subscribe to prankster's postings.
Posted on 03-25-15 4:43
PM [Snapshot: 60]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Comment out line 1, and save lines from 2-56 in Shoutbox.java Comment line 59, and save lines from 60 to 68 in ShoutBoxTest.java compile both and run ShoutBoxTest.java
|
|
|
ProblemSolver
Please log in to subscribe to ProblemSolver's postings.
Posted on 03-25-15 5:01
PM [Snapshot: 70]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
I am still getting error on line 33, 52 and 53.
|
|
|
ProblemSolver
Please log in to subscribe to ProblemSolver's postings.
Posted on 03-25-15 5:20
PM [Snapshot: 72]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Hey Prankster, Finally the code ran, but the code is not asking user to input messages. It displays 10 message on its own.
|
|
|
prankster
Please log in to subscribe to prankster's postings.
Posted on 03-25-15 5:49
PM [Snapshot: 105]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Your question says, "Initialize your Array or ArrayList with the user input or messages", I initialized with messages.
|
|
|
ProblemSolver
Please log in to subscribe to ProblemSolver's postings.
Posted on 03-25-15 6:59
PM [Snapshot: 135]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Last edited: 26-Mar-15 10:32 AM
|
|
|
prankster
Please log in to subscribe to prankster's postings.
Posted on 03-25-15 7:25
PM [Snapshot: 158]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
check the same link for updated code
|
|
|