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 Local Development Environments How it Works Check Your Installation

I'm running linux, so I don't think this challenge works.

I'm running linux and this challenge doesn't work. Some one help!!!

results.txt
# Paste your info below
java -version
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11)
OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode)

1 Answer

Daniel Bell
Daniel Bell
17,178 Points

I completed this challenge on ArchLinux. I had to install the oracle JDK as the challenge doesn't seem to be configured to recognise the response from OpenJDK.

Install the Oracle JDK on your Ubuntu system, there are instructions online.

If you can't figure it out let me know and I will give you the output I used to pass the challenge when I am back on my desktop.