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

Input and Output in Java while using Windows Command Prompt.

Hi! Im in Java Basic and i already download the JDK, im usisng Notepad++ to write my code and i already did the basic program "HelloNeo" (a variable of "HelloWorld") i run it in Windows Command Prompt and runs great, but im trying to improve my code using some IO Operations but they dont compile, i dont know if i need to make an extra step in the installation and paths or im using the wrong methods, for example i try it with Scanner and the console said "cannot find symbol"

What would you recommend me ?

1 Answer

Attach your code, so it will be easier to help you.