badass-jlink-plugin | Create a custom runtime image of your modular application

 by   beryx Groovy Version: v2.26.0 License: Apache-2.0

kandi X-RAY | badass-jlink-plugin Summary

kandi X-RAY | badass-jlink-plugin Summary

badass-jlink-plugin is a Groovy library typically used in User Interface, Gradle, Maven, JavaFX applications. badass-jlink-plugin has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Using this Gradle plugin you can create a custom runtime image of your modular application with minimal effort, even if it depends on automatic modules. The plugin also lets you create an application installer with the jpackage tool introduced in Java 14 (see fxgl-sliding-puzzle for a usage example). :bulb: For non-modular applications use the Badass-Runtime plugin.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              badass-jlink-plugin has a low active ecosystem.
              It has 295 star(s) with 19 fork(s). There are 15 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 42 open issues and 159 have been closed. On average issues are closed in 58 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of badass-jlink-plugin is v2.26.0

            kandi-Quality Quality

              badass-jlink-plugin has no bugs reported.

            kandi-Security Security

              badass-jlink-plugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              badass-jlink-plugin is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              badass-jlink-plugin releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of badass-jlink-plugin
            Get all kandi verified functions for this library.

            badass-jlink-plugin Key Features

            No Key Features are available at this moment for badass-jlink-plugin.

            badass-jlink-plugin Examples and Code Snippets

            No Code Snippets are available at this moment for badass-jlink-plugin.

            Community Discussions

            QUESTION

            javafx - log4j2 issue when running the app from builded custom runtime image
            Asked 2020-Aug-07 at 13:32

            i have created multi module javafx app where I am using log4j2 for logging. The build tool is maven.

            When I will run it mvn clean javafx:run Everything works as expected - no issues.

            But when I want to run the created runtime image (created with mvn clean compile javafx:jlink) I can see that the logging is not working and I am getting the following error in the console:

            ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...

            According to my searches it looks like an issue with log4j2 being non-modular where the solution was created for gradle (badass-jlink-plugin.beryx.org), unfortunately, I am not allowed to use gradle and I did not find anything similar for maven. But I might be wrong...

            Can anybody help?

            here is the pom file:

            ...

            ANSWER

            Answered 2020-Aug-07 at 13:32

            I fixed it by switching to gradle and using badass-jlink-plugin.beryx.org ...

            Source https://stackoverflow.com/questions/62971204

            QUESTION

            How to bundle extra files with jlink image
            Asked 2019-Jun-28 at 05:41

            I'm using Gradle with the Badass JLink Plugin to distribute my software. Unfortunately, I can't figure out how to include certain files in the image (e.g. README.md, some test input, etc.). I assume it requires some work in build.gradle, but I've so far not been able to figure it out.

            It's easy to do this using the application plugin's distZip functionality by following these instructions, but I prefer to distribute using a jlink image so users don't need to have Java installed.

            Is this even possible to do with jlink? If not, it seems like a huge drawback.

            ...

            ANSWER

            Answered 2019-Jun-28 at 05:41

            Thanks to the useful comments from @VGR, I was able to come up with this solution to my problem in build.gradle:

            Source https://stackoverflow.com/questions/56778477

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install badass-jlink-plugin

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link