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 trial

Java Intro to Java Web Development with Spark Diving into Web Development Sending Responses

Amol Gupta
Amol Gupta
4,944 Points

Unable to import HandleBarsTemplateEngine even when I have added the dependency

Tried using both IDE and command line. I also tried other template engines present on the spark project page.

Taylor Quinn
Taylor Quinn
20,003 Points

try updating the maven remote repo. You can do so by going to preferences -> build, execution,deployment -> build tools -> maven. Check to when your maven remote repo was last updated if it hasn't been recently update by clicking on the url and clicking update.

1 Answer

Carmine Sarno
Carmine Sarno
19,660 Points

The shorthand Gradle notation wasn't working for me either (IntelliJ 2017). Try commenting out the shorthand Handlebars line in build.gradle and replacing it with: compile group: 'com.sparkjava', name: 'spark-template-handlebars', version: '2.5.5'

Refresh Gradle and it should work.