> The two problems were from two separate projects. The second project (the > push button example from the pivot website) is being launched as an > application not through the browser, if I'm not mistaken. I'm running that > one through eclipse, with all the Apache .jar files in the library. In this > one, I actually get a physical error message that says "Application class > name is required."
I see. In this case, it is most likely because you are not passing the application name to DesktopApplicationContext. How exactly are you launching your app? Are you using the Eclipse plugin? A main() method? Something else? G
