Justin Krawczak

Greenhorn
+ Follow
since Oct 02, 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 Justin Krawczak

Thank you both very much. I've been staring at this thing for hours possibly why I couldn't see it. Esentially I was making while a statement. SMASH HEAD ON DESK! Honestly, thank you both for pointing it out.
13 years ago
I am running BeerSong. Sorry for the miscommunication at the top. I was saying that I had done the helloworld previously. Again I will re-iterate. I wrote the BeerSong tutorial, the code is attached, I recieved a couple error messages when compiling it the first time, fixed the errors, and got it to compile. When I try to run BeerSong via java BeerSong the program or "class" runs, and nothing prints out on the command prompt. I attempted to increase the buffer size to allow more text, that didnt work either. I then attempted to lower the starting int for BeerSong to 10, in an attempt to cut down on the output. Re-compiled it. Attempted to run it and the same, it runs and cursor sits a line below, nothing prints on the command prompt.
13 years ago
Im having an issue with the command prompt, I have done a helloworld.class and run it, and it outputs hello world obviously, but then i wrote this.



It compiles, and seems to run, but the command prompt shows nothing. Any advice? I tried to change the buffer size on the command prompt much higher but I still get nothing. I even attempted to lower the number of bottles form 99 to 10 like you see above.
13 years ago