Giter Club home page Giter Club logo

Comments (4)

christian-schlichtherle avatar christian-schlichtherle commented on September 26, 2024

That's intentional. For building the JARs, a JDK >= 9 is required. At runtime, only a JRE >= 1.8 is required. You can download ready-made JARs and distributions from here: https://github.com/DieTechniker/kks-encryption/actions

from secon-tool.

christian-schlichtherle avatar christian-schlichtherle commented on September 26, 2024

The workaround doesn't figure the use of Java API > 1.8, that's why the options.release.set(8) is preferable.

from secon-tool.

loetifuss avatar loetifuss commented on September 26, 2024

If source level needs to be Java >= 9 it's fair enough if it works for Java 8 at runtime

from secon-tool.

christian-schlichtherle avatar christian-schlichtherle commented on September 26, 2024

No worries, source and target level are indeed set to 1.8. The build just needs a JDK >= 9 to set the "--release 1.8" switch, which ensures that the boot classpath matches 1.8, too. Otherwise, you could run the build with the latest JDK and use it's JRE API, which is to be avoided.

from secon-tool.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.