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

So I want to play around with what I learned in Java Basics. I want to know how to use sublime text the same way...

the same way I used workspaces. I want to copy and paste the workspace into sublime text, when I did, the console "javac TreeStory.java" doesn't work.

1 Answer

Craig Dennis
STAFF
Craig Dennis
Treehouse Teacher

Hi Chris!

In the Local Development Environments course I show you how to setup Java locally on your machine. The example I use there is an IDE called IntelliJ Idea, and not Sublime text. I think you'll find a Java IDE much more friendly to use than Sublime, but if you want to just run console stuff, just follow the starts of the video to get Java installed and then you can use javac.

Hope that helps!