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
Javique Ryan
Courses Plus Student 2,405 Pointshi, i'm I am wondering what software I should use to write java code offline when i'm traveling and at school
IDE
2 Answers
Aayush Mitra
24,904 PointsHi!
It really doesn't matter. There is a course on treehouse which talks about the IntelliJ IDE for Java.
I would recommend two, they are both good. It is your choice.
You already have the JVM (Java Virtual Machine on your computer), so you do not need to download that.
You need to download the JDK (Java Development Kit): JDK
I hope that helps!
Thanks! :)
P.S. Do not forget to download the JDK, it is a crutial part of local Java development.
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsI'd recommend this: http://www.jetbrains.com/idea/?fromMenu
Javique Ryan
Courses Plus Student 2,405 PointsThanks Henrik Christensen. I appreciate it a lot