I received a new computer at work today and for some reason all of my GWT programs are timing out when I try to build them in eclipse.
Specifically I am seeing this message:
INFO: Unable to access http://appengine.google.com/api/updatecheck?runtime=java&release=1.3.5×tamp=1277158890&api_versions=%5B‘1.0’]
java.net.ConnectException: Connection timed out: connect
I tried to build just the basic sample project and it does the same thing. I am behind a proxy, but I have set up all the correct information in eclipse (i think). I don’t understand what else it could be though.
Any suggestions?
It actually ended up being a jar file that was not included in my classpath for some reason. Like I said I was building these projects from scratch again so I must have forgot that one. Thanks to all who answered.