I\'m trying to run the new Java 15 features under Eclipse 2020-09.
I have installed OpenJDK 15 and set it under "Installed JRE":
Nevertheless
Eclipse needs a dedicated plugin to support Java 15.
This marketplace solution provides Java 15 support for Eclipse 2020-09 (4.17)
While trying to install the Java 15 Support for Eclipse 2020-09 (4.17) plugin, I faced the same issue as reported by many folks; that is, the drag-and-drop feature did not work for me. I tried finding this plugin in the Eclipse Marketplace from within Eclipse but it did not appear in the search result. Ultimately, I switched to STS and it worked like a charm. With it, there is no need to install any plugin for Java 15. I was able to import all existing projects (from the old version of eclipse) into it and I can write, compile, run and debug Java 15 code in it without any issue.
This is the version I have installed in my system.