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

Awais Jamil
Awais Jamil
7,539 Points

i have an error : ( could not find method complie() for arguments [ com.sparkjava:spark-template-handlebars:2.3]

( could not find method complie() for arguments [ com.sparkjava:spark-template-handlebars:2.3] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

Please help i refreshed the gradle as craig did but still getting error. i am using intellij idea as well

1 Answer

Jonathan Hector
Jonathan Hector
5,225 Points

Looks like there is a typo. Really to to determine what's wrong without seeing your code. From what I can see here, the compiler cannot find the method. So try double checking that all your methods are well written and properly call. Sorry couldn't be of anymore help.