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

hi, 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

Hi!

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.

  1. IntelliJ IDEA (The one Craig talks about in the course.)
  2. Eclipse (The one I use.)

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.

Thanks Henrik Christensen. I appreciate it a lot