I tried to configure GoClipse for windows but I get this error when I made a Hello World program: "Executable file (C:\Projects\Go\bin\HelloWorld.exe) doesnt exist." I have GOROOT set to C:\Go and GOPATH set to C:\Projects\Go; I have also installed gocode and created the src, pkg, and bin folders within C:\Projects\Go. I created the go project inside of C:\Projects\Go\src as well. Is there anything that I did wrong or need to fix? I'm not too sure why I'm getting this error.