I'm trying to make Nether Ores, and when I try and load certain Minecraft Forge and ModLoader classes, they will give me this error (from eclipse's console:) http://pastebin.com/4J8yK74g.  
The code can be found here: http://pastebin.com/p55Bi9r2.  
The classes I experienced were the ones with 
 
MinecraftForgeClient.preloadTexture("/jc/NetherOre/textures/nOres.png");
ModLoader.registerBlock(this);
 
The error is because of the preloadTexture. Can someone figure out what the problem is?