eclipse-yaml-editor icon indicating copy to clipboard operation
eclipse-yaml-editor copied to clipboard

New version with java 11

Open rdobrik opened this issue 2 years ago • 2 comments

I was using yaml plugin in Eclipse for while, trying to install it now on my new machine, but looks like the latest version requires Java 17. I am still running Eclipse on Java 11, some incompatibility issues in my projects. Is there any chance to provide links to older version of YAML editor, compatible with Java 11?

Thanks,

Roman

rdobrik avatar Apr 05 '23 07:04 rdobrik

This is strange - I compile all plugins with 1.8 and also for yaml editor plugin: image

After downloading https://github.com/de-jcup/update-site-eclipse-yaml-editor/blob/main/update-site/plugins/de.jcup.yamleditor_1.7.0.jar

When extracting /META-INF/MANIFEST.MF I got

Manifest-Version: 1.0
...
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
...
`` 

So the plugin should be executable with Java 8.

Please provide screenshots and/or log entries to clarify this.

de-jcup avatar Apr 06 '23 11:04 de-jcup

By the way: You can run eclipse with another JDK/JRE and your project JDK can be completely different .

de-jcup avatar Apr 06 '23 14:04 de-jcup