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 trialMuhammad Zeeshan
33 PointsHow to install java
Before I start writing code please advise what to install and how to install java and where to write code ?
5 Answers
Gunjeet Hattar
14,483 PointsInstalling Java
- head over to this link Java SDK
- install the version that suits you for either Mac or PC (32 or 64 bit).
- if you are using mac who might want to install this particular version since Java 7 may lead to some issues with Eclipse during starting Apple Official Site Java 6
- Its a simple installation process with quick and easy steps. No special settings required.
Installing Tools for Android
- Head over to this link Android Developer Link
- Click on the download link that says Download SDK ADT Bundle For Mac/Windows
- This link will include Eclipse Android SDK and Build Tools
- If you download this you dont need to download eclipse or SDK separately. Everything is included in it.
- One other benefit of installing the bundle is that Ben uses the same while explaining the videos, so it will look just the same for you.
The other settings and changes you will get clear as and when you advance in the video tutorials.
Hope that helps.
Jeff Busch
19,287 PointsJohn Carr
Courses Plus Student 1,984 PointsYou will need the java SDK and an IDE such as Eclipse, i am pretty sure the tutorials here will guide you through what you need.
John Carr
Courses Plus Student 1,984 Points.
Jeff Busch
19,287 PointsHi John,
The link you provided relates to JavaScript. Nothing needs to be installed to use JavaScript, the script is rendered by the web browser. Java needs to be compiled before it can be run. I don't think Teehouse even offers any Java courses.
Jeff
John Carr
Courses Plus Student 1,984 Pointsspotted that and edited jeff. thanks.