Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version with java 11 #115

Open
rdobrik opened this issue Apr 5, 2023 · 2 comments
Open

New version with java 11 #115

rdobrik opened this issue Apr 5, 2023 · 2 comments

Comments

@rdobrik
Copy link

rdobrik commented Apr 5, 2023

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
Copy link
Owner

de-jcup commented Apr 6, 2023

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
Copy link
Owner

de-jcup commented Apr 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants