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 trialGrigorij Schleifer
10,365 PointsCanΒ΄t show the new update via terminal
Hi folks,
i have made the update and the build number of my java is Build 1.8.0_60-b27
But aftre java -versions i only see
java version "1.7.0_75" Java(TM) SE Runtime Environment (build 1.7.0_75-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
Whats wrong?
Maybe someone can help me?
# Paste your info below
2 Answers
Chris Howell
Python Web Development Techdegree Graduate 49,702 PointsHi, The part where you said:
"And after istalling the Java 8 JDK I am here: ".
It looks like you mistyped the command: it should be java -version NOT java -versions
But even after typing java -version it is not showing your new 1.8 JRE that you installed?
Grigorij Schleifer
10,365 PointsHey Chris,
nice hint !!!!!
Thanks :)
Grigorij Schleifer
10,365 PointsGrigorij Schleifer
10,365 PointsFor now I am so far:
And after istalling the Java 8 JDK I am here:
I I go to the /Library/Java/JavaVirtualMachines and hit verbose I see the version I need:
Now I am confused ....