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

Stephen Little
Stephen Little
8,312 Points

Java Work space on local computer

Is there a way that I can make a workspace environment on my local computer?

2 Answers

Yongshuo Wang
Yongshuo Wang
5,500 Points

If you are beginner with JAVA, I will suggest you can setup the javac and java in your computer.

For windows, download and install JDK for developer. Configure your env PATH. http://stackoverflow.com/questions/1678520/javac-not-working-in-windows-command-prompt

For Linux, use sudo apt-get install

Hi Stephen,

Consider an IDE like Eclipse, Netbeans, or IntelliJ.

Cheers