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

JDK11 Compat #33

Closed
tresf opened this issue May 2, 2022 · 1 comment
Closed

JDK11 Compat #33

tresf opened this issue May 2, 2022 · 1 comment

Comments

@tresf
Copy link

tresf commented May 2, 2022

Hi,

Thanks for this fantastic library. :)

The latest mslinks release fails any dependant project that is built with JDK11, the error is as follows:

    [javac] import mslinks.ShellLink;
    [javac]               ^
    [javac]   bad class file: /home/runner/work/tray/tray/lib/mslinks-1.0.7.jar(/mslinks/ShellLink.class)
    [javac]     class file has wrong version 58.0, should be 55.0
    [javac]     Please remove or make sure it appears in the correct subdirectory of the classpath.

Personally, for historical purposes, I've kept JDK8 level compatible with most of my project. I could probably move permanently to JDK11 but the above suggests JDK13 which will break a lot of projects requiring this library (including my own)

Was this change intended?

@DmitriiShamrikov
Copy link
Owner

I don't mind JDK 11 compatibility. See 1.0.8 release

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

Successfully merging a pull request may close this issue.

2 participants