Been trying to follow through the basic modding tutorial on minecraftforge.net, installed java jdk and made sure PATH is correct, downloaded and unpacked eclipse, downloaded forge 1.6.4-Recommended 9.11.1.965 src and unpacked it. Then ran the install.cmd file in the forge folder and let it do its thing but it seems to end on an error. its says,
download of minecraft_server 1.6.4.jar failed hash check deleting, big long string of numbers
something failed verifying minecraft files, see log for details.
decompile exception: 1
press any key to continue...
Didn't notice this the first time it happened and thought everything was ok with my setup. When I tried putting in the code in the tutorial in the Generic class i got a bunch or errors in the code because its seems a lot of minecraft and or forge classes are missing so cwp doesnt get imported. I started looking at video tutorials elsewhere and saw that there is supposed to be a bunch of stuff under Minecraft/src in eclipce's package explorer. But I don't have anything in it. Also tried looking for that log that is mentioned in the error I gave but I cant figure out where it is or what its called.