Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Daniel Springer
7,600 Pointsworking 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'
Roger Rainer S. Braun
23,616 PointsRoger Rainer S. Braun
23,616 PointsI am using netbeans too and I have the same issue. Was anybody able to find a solution for this?