Hi, It looks like you have to add to your jar file FinancialToolkit.gwt.xml. This may help: http://roberthanson.blogspot.com/2006/05/how-to-package-gwt-components.html http://code.google.com/p/google-web-toolkit-incubator/wiki/PathsHandlingFAQ
On Saturday 04 April 2009 06:49:14 Qing wrote: > Hi, > > I'm now using gwt develop my web application. I create a gwt project > 'OnlineBanker' in command line and import it into eclipse. The server > side code of OnlineBanker need to use the class in another java > project 'FinancialToolkit'. I export FinancialTookit as a jar file, > and import it into OnlineBanker by following away: > OnlineBanker->Properties->Java build path-> libraries -> Add external > Jars > and I add > <inherits name='FinancialFookit'/>into OnlineBanker.gwt.xml > I run it as OnlineBanker-shell, there's error > [ERROR] Unable to find 'FinancialTookit.gwt.xml' on your classpath; > could be a typo, or maybe you forgot to include a classpath entry for > source? > > Any advice? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---