Coder Social home page Coder Social logo

Comments (3)

chaddaniels avatar chaddaniels commented on June 18, 2024

After digging into this more I'm not sure if this is an issue with javafx-gradle-plugin or the JDK. But, for anyone else running into this issue, I've found two ways to work around it.

1.) Use InnoSetup 5 rather than InnoSetup 6

2.) Copy the default template.iss file from com\oracle\tools\packager\windows\template.iss (I grabbed it here) and use it as a basis for a custom .iss file. You can change just the fields you want to, including the MinVersion field, which I changed to MinVersion=0,6.0. This basically just using the javapackager drop-in-resource mechanism.

from javafx-gradle-plugin.

FibreFoX avatar FibreFoX commented on June 18, 2024

:( this is a dependency of the javapackager itself, so nothing that I can do about. The official documentation of JDK 8 says Inno Setup 5 or later, probably only inside the 5.x-version-family.

As that template-file gets provided via the JDK, there is not that much that I can do about out-of-the-box.

I can confirm, that manually adjusting that template and placing it in src/deploy/package/... is the way to go here :( I think this probably will not be "backported" in the official JDK to support inno-setup 6.

from javafx-gradle-plugin.

FibreFoX avatar FibreFoX commented on June 18, 2024

Just for reference: https://stackoverflow.com/questions/59158417/io-exception-in-java-packager-exec-failed-with-code-2-command

from javafx-gradle-plugin.

Related Issues (20)

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.