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 trialVolodymyr Rozdolsky
3,732 PointsCan someone please advise why it would't let me pass even thou I have everything installed correctly
Volodymyrs-MacBook-Pro:~ volodymyrrozdolsky$ java -version java version "9" Java(TM) SE Runtime Environment (build 9+181) Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)
Volodymyrs-MacBook-Pro:~ volodymyrrozdolsky$ java -version
java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)
1 Answer
Jeff Wilton
16,646 PointsI totally believe that's your legit output, but it seems strange that it's exactly version "9". I changed that line to this
java version "9.0.181"
And it completed the challenge.
Volodymyr Rozdolsky
3,732 PointsVolodymyr Rozdolsky
3,732 PointsThank you ! it did work.