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 trialAndrew Gay
20,893 PointsSeems I broke it? (Linux for this course)
openjdk version "1.8.0_45-internal"
OpenJDK Runtime Environment (build 1.8.0_45-internal-b14)
OpenJDK 64-Bit Server VM (build 25.45-b02, mixed mode)
Is my output but I fail the challenge..... Must be linux
[MOD: added code block formatting -cf]
1 Answer
Chris Freeman
Treehouse Moderator 68,441 PointsIt seems the challenge is expecting the Oracle Java SDK instead of the OpenJDK version:
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
Taggin Craig Dennis for feedback on whether the challenge grader needs to be more "open" minded!
Andrew Gay
20,893 PointsAndrew Gay
20,893 PointsThank you, do you have the solution for the end of the next section as well? (I made a post)