Let me start off by saying that I have scoured the forums for answers before creating this, and that I have read the rules. I also didn't use both editions at the same time.
Anyway...
I have been trying to install FML for Minecraft 1.5, and *obviously* I have been getting the black screen. I've tried both editions of FML, all with the same symptoms. I have tried deleting everything FML downloaded in the lib folder, I have tried deleting META-INF, and I have tried not deleting META-INF.
This is with a fresh copy of Minecraft 1.5, with no mods installed in the mods folder or in the minecraft.jar .
Also, here's a log from ForgeModLoader-client-0.log since that seems to be a requirement.
Any and all help will be greatly appreciated.
Thank you.
2013-03-17 12:12:44 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.25.591 for Minecraft 1.5 loading
2013-03-17 12:12:44 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Discovering coremods
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.zip present and correct in lib dir
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Running coremod plugins
2013-03-17 12:12:44 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-03-17 12:12:45 [sEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing
2013-03-17 12:12:45 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-03-17 12:12:45 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-03-17 12:12:45 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-03-17 12:12:45 [FINEST] [ForgeModLoader] Validating minecraft
2013-03-17 12:12:45 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2013-03-17 12:12:46 [iNFO] [sTDERR] Exception in thread "Thread-10" java.lang.RuntimeException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindClassException: java.lang.ClassNotFoundException: net.minecraft.Launcher
2013-03-17 12:12:46 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:284)
2013-03-17 12:12:46 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:226)
2013-03-17 12:12:46 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-03-17 12:12:46 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)
2013-03-17 12:12:46 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:79)
2013-03-17 12:12:46 [iNFO] [sTDERR] Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindClassException: java.lang.ClassNotFoundException: net.minecraft.Launcher
2013-03-17 12:12:46 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.ReflectionHelper.getClass(ReflectionHelper.java:159)
2013-03-17 12:12:46 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:269)
2013-03-17 12:12:46 [iNFO] [sTDERR] ... 4 more
2013-03-17 12:12:46 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.Launcher
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method)
2013-03-17 12:12:46 [iNFO] [sTDERR] at java.lang.Class.forName(Class.java:264)
2013-03-17 12:12:46 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.ReflectionHelper.getClass(ReflectionHelper.java:151)
2013-03-17 12:12:46 [iNFO] [sTDERR] ... 5 more
Note: I'm running Debian Wheezy 7.0 GNU/Linux with an Oracle Java installation. I have tried running Minecraft & Forge with OpenJDK and it has yielded the same results.