I didn't want to start another 1.8 support thread, so I figured this would be a good place to post my question even though it's unrelated to the OP.
So far, I've been unable to find the Configuration class. It used to be net.minecraftforge.common.config.Configuration
I've looked in the net.minecraftforge.fml.common package and there is no config sub-package.
I'm also seeing this error in a few of my class files: "The type java.io.IOException cannot be resolved. It is indirectly referenced from required .class files". I have the JRE System Library referenced in my build path.
Any help would be very much appreciated!