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

Android Build a Simple Android App (2014) Getting Started with Android Setting Up an Android Development Environment for Windows

Clint Borthwick
PLUS
Clint Borthwick
Courses Plus Student 543 Points

Java installation

I install Java. I check command prompt. It tells me I still don't have it installed

1 Answer

When youre in command prompt type "java -version" instead of "Javac -version", for some reason when i would try javac it would respond with the same error as if i did not have java installed but i knew i had it installed for previous projects. After some experimenting I found out that it works for me with "Java" maybe your problem maybe not.