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

what java coding program is similar to the workspace in treehouse?

I am trying to write my own code. what is the the best program to download to code in java?

2 Answers

Hey Yoon,

If you're looking for a free-form text editor, I'd suggest Atom or Sublime. If you're looking for an IDE for Java, I'd suggest Eclipse.

Is there one for mac 10.6.8 version?

All 3 are compatible with Mac. You should be fine.

Note: Make sure that you install Java locally and understand how to navigate your file system with Terminal (Changing directory, etc.) if you're using a normal text editor.

Thank You!

Let me know if you get stuck.

I would recommend checking out intellij idea. It's free for the community edition, and it's actually the IDE you'll be taught to use further in the Java tutorials.

So it will be easier to follow along with the tutorials since each IDE does things differently.