based on the link provided
http://forums.devshed.com/
specifically this line
Create a new package in Eclipse that matches the top level directory of your java package. For example, if you're importing "com.foo.bar.Bas", create a package called "com".
if my url works which reads http://localhost:8080/a/b/
My Package should read
com.(Need to properly complete, can it be completed based on the url above)
Main Topics
Browse All Topics





by: VenabiliPosted on 2009-09-11 at 07:04:26ID: 25309611
1. Let me guess - you are using Eclipse? Had seen this message way too often :) Here is a quite good explanation why such things happen: http://forums.devshed.com/ java-help- 9/eclipse- sdk-the- de clared-pac kage-does- not-match- the-expect ed-317204. html but the short explanation is that the package structure in the project is somewhat unhooked.
2. Aside from the developers not being able to spell (it's focus, not fucus), it simply show you some more information.