I'm getting the following compile errors. Does anyone know what I need to do?
As near as I can tell (could be way off) java.net isn't in the JRE Emulation Reference (http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html). Is this why it won't compile for me? Is there another reason? Thanks, Scott compile-gwt: [java] Compiling module org.waveprotocol.box.webclient.WebClientProd [java] Validating newly compiled units [java] [ERROR] Errors in 'file:/home/smadirondack/wave-protocol/src/org/waveprotocol/wave/util/escapers/URLEncoderDecoderBasedPercentEncoderDecoder.java' [java] [ERROR] Line 23: The import java.net cannot be resolved [java] [ERROR] Line 24: The import java.net cannot be resolved [java] [ERROR] Line 39: URLDecoder cannot be resolved [java] [ERROR] Line 53: URLEncoder cannot be resolved BUILD FAILED /home/smadirondack/wave-protocol/build.xml:326: Java returned: 137
