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 trialMyung Kyu Song
8,460 PointsMeet Streams Challenge: When I import the lcc-java-fp-highscore-1.0.3-FILTER gradle project, it says "sync fail".
it also says "Could not determine Java version using executable /usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java."
1 Answer
Gergely Horvath
Courses Plus Student 8,207 PointsYour java version is too high for the gradle version included in the project. Install java 8 and retry with that one.
Myung Kyu Song
8,460 PointsMyung Kyu Song
8,460 PointsThanks for reply. I tried that in my other computer where java 8 is installed and the issue was resolved. Thanks again.