Re: GWT external jars on client side

2011-03-05 Thread Juan Pablo Gardella
You can if you make a module and for the jars (include the sources) contains classes that can be compiled by the gwt compiler 2011/3/4 azuniga alessandro.zun...@gmail.com Is it possible to use external jars on the client side? For example I'm trying to create a project that call BIRT jars on

GWT external jars on client side

2011-03-04 Thread azuniga
Is it possible to use external jars on the client side? For example I'm trying to create a project that call BIRT jars on the client side, but I get the typical error: Unable to find 'org/eclipse/birt/report/ engine/api/iReportEngine.gwt.xml' on your classpath; could be a typo, or maybe you forgot

Re: GWT external jars on client side

2011-03-04 Thread Jeff Larsen
Ask yourself this, could you call the BIRT jars from jquery or some other javascript library? What functionality are you trying to get from BIRT? Do the classes that you need and their hierarchy play nicely with the gwt java whitelist (This is almost certian to be a no, but I haven't looked at