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 Getting Started with Java Introduction to Your Tools

ofek Lalkin
ofek Lalkin
2,770 Points

when do we write the code?

When do we write the code? meaning for the first video when you open console everything was filled out and when I tried doing what he did it did not work? so basically do we practice the code in the workspace or not?

Jialong Zhang
Jialong Zhang
9,821 Points

Just like I learned Swift. I used Xcode to write codes or complete challenges. For me, worksapce is hard to use. You can download IDE like Eclipse, or NetBeans. I personly used Eclipse. Also, you need to download (java jdk), otherwise Eclipse will not work. Website to set up Eclipse for window: https://www.youtube.com/watch?v=wf6Qp-ecsog
or for mac: https://www.youtube.com/watch?v=gufMbpxzfWw.

1 Answer

I personally follow along as he types (in workspaces). I just type what he types to help with remembering each thing we learn. I pause if he is typing to fast and type out what he has typed so far. You really don't have to type in workspaces, but it certainly can help!