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 Java Data Structures - Retired Getting There Packages

Is there something wrong with this code?

Hi, The code attached gives the following errors:

" JavaTester.java:65: error: illegal start of expression package com.example; ^ JavaTester.java:65: error: not a statement package com.example; ^ JavaTester.java:66: error: illegal start of expression public class BlogPost{ ^ 3 errors "

I have tried multiple times, but same errors appear. What I am doing wrong here? regards, MUHAMMAD talha

package com.example;

public class BlogPost{
}

1 Answer

romeo draven
romeo draven
3,723 Points

Hi Muhammad,

There seems to be a bug or error on TeamTreehouse's side. The support team are aware of the issue and we'll just have to skip the challenges until the problem is fixed.

Romeo

Thanks for the confirmation. I hope we will be updated once this issue gets resolved.