My Eclipse Java package is treated as a folder; can anyone suggest what\'s wrong?
Creating a package makes an older one instead.
I had the same problem, and I was not able to solve it. But I suggest this, as a possibility. After copying and moving classes between packages, any file, it could be that the classpath has different information and that it hasn't been updated.
After having read some comments above, I now am only using source folders instead the standard source Folder "src". Inserting packages in any new source folder always runs.