Comment by mauzepeda: Tips to make it work (Ubuntu 9.04 64bits, Eclipse Plugin, -noserver): - Latest release didn't work, I found another one I had on my computer. - Make sure you have ant installed and that it works. - Make sure you have Java 6 32 Bits - You'll have to go to the root directory of the release and run 'ant' - Then go to ./build/dist/ - Then unzip gwt-0.0.0.zip - keep in mind where you unzipped it. - In Eclipse click on your project properties then Google/Web Toolkit/Configure SDK's - Add the new one you just unzipped. - Now you'll have to pray the distribution you're using is not broken or incompatible with your code. (This is where I spent the most time on) - Don't get confused with the posts up here. In the newest distributions there's no more gwt-dev-oophm.jar so don't look for it. It will work out of the box. The new development mode doesn't even support hosted mode. Just look in the Eclipse console and it will give you a url to point your browser to.
Hope it helps someone. For more information: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
