Talon876
Talon876

Reputation: 1492

Fixing source folders in eclipse

I was able to fork a project on GitHub and get it setup in eclipse, but I have a problem with the source folders. Basically, it's putting all the packages at the root of the source folder rather than building the proper hierarchy. Here is a screenshot that shows the issue I am having: the problem

I want it to combine all of the packages in to a top level com package, and then under that is the sk89q package, and then under that there should be the bukkit, jnbt, util, worldedit, etc packages. How can I accomplish this?

Upvotes: 2

Views: 196

Answers (1)

orange
orange

Reputation: 42

Try step:

  1. from "Package Explorer",
  2. click down arrow
  3. select "Package Presentation"
  4. select "Hierarchical"

Upvotes: 2

Related Questions