views:

610

answers:

1

Does Jasper Reports work on Google App Engine?

+4  A: 

No, it doesn't. At least, when I created an application with JasperReports, it would run locally on my machine, but not when I deployed it to the AppEngine. The reason is that JasperReports needs the class java.awt.GraphicsEnvironment which is not supported by the AppEngine. Look here for details.