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 Using your New Tools Coding the Prototype

Hi there! I can't obtain the same things using Eclipse IDE compiler for Java! It won't let me write in the console!Thnxs

In Workspaces I am allowd to write commands in the console because java console is automatically bringed in! So in Eclipse i just can't write the normal commands like javac and java in order to run the program let's say! The things you do here at Treehouse are a little bit different! Thank you!

Simon Coates
Simon Coates
28,694 Points

With eclipse you might be able to use system.out and system.in (and a scanner) instead of the console.

1 Answer

Tal Carmi
Tal Carmi
7,296 Points

Hi, You don't need to use these command-lines with Eclipse, just use the little green play button on the top toolbar, or (in Windows) Ctrl+F11 to run the code.