When I'm open Eclipse with the worspace eclipse into forge/mcp directory, on the workspace only appears Client and Server, with a lot of errors, and when I run Minecraft, on the console put this Crash Report:
Exception in thread "main" java.lang.NoClassDefFoundError: LCrashReport;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at Start.main(Start.java:17)
Caused by: java.lang.ClassNotFoundException: CrashReport
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 4 more
What happend? I tried decompiling minecraft only with forge or using mcp & forge too but always appear this Crash report
Sorry for my English, I'm Spanish