de-jcup / eclipse-yaml-editor

Eclipse YAML editor
https://marketplace.eclipse.org/content/yaml-editor
Apache License 2.0
35 stars 10 forks source link

New version with java 11 #115

Open rdobrik opened 1 year ago

rdobrik commented 1 year ago

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

de-jcup commented 1 year ago

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 commented 1 year ago

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