Re: can't run javax adn org/w3c library and bigDecimal in gwt - 1.6 project

2009-06-12 Thread Sumit Chandel
Hi Linda, The reason why you get the import javax.xml cannot be resolved and other problematic import resolutions is because these are not supported in the GWT emulated JRE (see doc link below). As the GWT code you right gets cross-compiled into JavaScript that will run in the browser, there is no

can't run javax adn org/w3c library and bigDecimal in gwt - 1.6 project

2009-06-08 Thread Linda
I and using eclipse to compile my gwt - 1.6 project. From Eclipse I do not get any compilation errors. When I run my web application, I get: The import javax.xml cannot be resolved The import org.w3c cannot be resolved And Something about can't regonize BigDecimal as a type. I downloaded