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

how building software with java

how building software with java
Thnx

1 Answer

Well at first you need at least a basic knowledge of the Java programming language. Than you need the JDK (Java Development Kit) installed on your computer. You also need an editor installed. Well if you want you could use even notepad from windows. But I recommend something with at least Syntax-Highlighting support for Java. Now your ready to type in your Java code. Once that's done you need to compile you code to an java executable with the Java Compiler from the JDK.

That's what you need to write a Java program. For more detailed explanations you could check out the docs from oracle or try a little search on google or the search engine you like.

Thank you very much

No problem :)