If you have downloaded GWT 2.8.2 from Maven, then the "colt" library (and lots of other libs) is not bundled into gwt-dev.jar. If your project does not use Maven then you need to add these libraries manually to your class path.
See: http://search.maven.org/remotecontent?filepath=com/google/gwt/gwt/2.8.2/gwt-2.8.2.pom http://search.maven.org/remotecontent?filepath=com/google/gwt/gwt-dev/2.8.2/gwt-dev-2.8.2.pom Alternatively download GWT 2.8.2 from gwtproject.org, then all theses dependencies are bundled into gwt-dev.jar and things should just work as usual. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
