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

Jarvis Chandler
Jarvis Chandler
7,619 Points

Place the BlogPost.java file in the proper package by using the package keyword.

PLZ Help!!!!

com/example/BlogPost.java
package com.Example;
Display.java
public class Display {
  public static void main(String[] args) {


  }
}

2 Answers

You 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
Jarvis Chandler
7,619 Points

Thank you I was stuck LOL!

Happy 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 :)