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 trialJarvis Chandler
7,619 PointsPlace the BlogPost.java file in the proper package by using the package keyword.
PLZ Help!!!!
package com.Example;
public class Display {
public static void main(String[] args) {
}
}
2 Answers
David McCarty
5,214 PointsYou are super close! You just need to make the "Example" all lowercase so it reads like this "com.example;" and you should be good to go!
Jarvis Chandler
7,619 PointsThank you I was stuck LOL!
David McCarty
5,214 PointsHappy to help man!
If my answer solved your problem you may want to select it as best answer so others know that the problem was solved :)