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 Spring with Hibernate Getting Started with CRUD in Spring + Hibernate Add Saving to DAO & Service

I don't understand how these are errors.

JavaTester.java:66: error: illegal start of expression package com.teamtreehouse.contactmgr.dao; ^ JavaTester.java:66: error: not a statement package com.teamtreehouse.contactmgr.dao; ^ JavaTester.java:68: error: illegal start of expression import com.teamtreehouse.contactmgr.model.Contact; ^ JavaTester.java:68: error: not a statement import com.teamtreehouse.contactmgr.model.Contact; ^ JavaTester.java:70: error: illegal start of expression import java.util.List; ^ JavaTester.java:70: error: not a statement import java.util.List; ^ JavaTester.java:72: error: illegal start of expression public interface ContactDao { ^ 7 errors

I didn't make any changes to the code and it already had these errors. I added the functions to the interfaces that was instructed.

1 Answer

Steven Parker
Steven Parker
230,688 Points

There have been several questions today about Java challenges where the code seems fine. There may be a problem with the challenge validation mechanism.

You might want to make a bug report to the Support staff.