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

working in netbeans unable to find the handlebars plugin to install.

hey everyone i was following along in the video in netbeans and after adding the dependancy for the handlebars template (just after three minutes into the video) i searched in plugins under the tools tab and i didnt see anything for handlebars, am i looking in the wrong area or am i missing something pretty simple here lol?

for the record i ended up using depedencies

compile 'com.sparkjava:spark-core:2.5' compile 'org.slf4j:slf4j-simple:1.7.21'

and for handlebars

compile 'com.sparkjava:spark-template-handlebars:2.3'

I am using netbeans too and I have the same issue. Was anybody able to find a solution for this?