Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Basics Getting Started with Java Strings and Variables

Gregory Heard
Gregory Heard
1,975 Points

Console becomes unresponsive

When i compile my Introductions.java file and their is an error, sometimes my console will not allow me to type anything within it. But the character type bit will flash, it just won't let me type. Any ideas?

Thanks

Ben Morse
Ben Morse
6,068 Points

any chance there is an error code or something that pops up? Can you post your code as well?

Gregory Heard
Gregory Heard
1,975 Points

Hi Ben thanks for the speedy responce. I realised i was just being an idiot and quick saving with ctrl-s in the console which caused it to freeze. Pressing ctrl-c seemed to fix it.

Thanks though.