I started a new project (In Eclipse classic), added roboguice-2.0.jar
guice-2.0-no-aop.jar
and jsr305-1.3.9.jar
to my project and my build path.
The first step is to extend RoboApplication, but eclipse cannot find the matching package for this class. I looked at the source and the package for roboguice is roboguice.application.RoboApplication
which does not exist.
There is no application under roboguice in my project.
What am I missing?