SimpleDotComGame.java is looking for a class called GameHelper when the class is actually called dotGame.GameHelper which is why it can't find it.

Have you recompiled SimpleDotComGame.java after adding the package name to the other classes.