Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Aaron 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