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 trialAaron Chen
4,102 Pointswhat's wrong with my paste here?
did exactly what the video instructed. why can't I pass?
# Paste your info below
Aarons-MacBook-Air:~ aaronchen$ 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
Aaron Chen
4,102 PointsHi Matt,
Thanks. I copied someone else's answer to pass this challenge.
Can I leave the screenshot here? Can't seem to find a place to insert image though.
Aaron
Mathew Tran
Courses Plus Student 10,205 PointsLooks like you will need to host the image somewhere and use markdown to show it.
Markdown for Images
Mathew Tran
Courses Plus Student 10,205 PointsMathew Tran
Courses Plus Student 10,205 PointsHey Aaron
The challenge just wants the output and not the function call -- however, it looks like even with just the output it doesn't work.
I have a few guesses as to why:
Here is what I get when entering java -version in my console (and it passes):
To investigate a bit further, could I get you to provide a screenshot?
Thanks!
Matt