Не запускается Minecraft в Eclipse

Версия Minecraft
1.6.4
49
3
3
У меня есть готовый Forge 1.6.4, JDK и JRE поставил. Захожу в Eclipse, запускаю, а выдает вот это:
янв 16, 2018 2:15:19 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
янв 16, 2018 2:15:19 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
янв 16, 2018 2:15:19 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2018-01-16 14:15:19 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2018-01-16 14:15:19 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_151
2018-01-16 14:15:19 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2018-01-16 14:15:19 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2018-01-16 14:15:19 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2018-01-16 14:15:19 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2018-01-16 14:15:19 [SEVERE] [ForgeModLoader] Unable to launch
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.remove(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

Не могу понять, в чем проблема? :(
 
49
3
3
Хм, теперь понял, что не знаю, почему у меня запускается в IDE. У меня тоже билд 965, но краш этот я ловил только в собранном майне.
Поставил JDK/JRE 7. Теперь когда в Eclipse ставлю в конфигурации запуска, то пишет JRE not compatible with project .class file compatibility: 1.8
 
Сверху