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

How to create an installer ? #2

Open
raamipja opened this issue Jul 31, 2020 · 3 comments
Open

How to create an installer ? #2

raamipja opened this issue Jul 31, 2020 · 3 comments

Comments

@raamipja
Copy link

I successfully created my project with badass plugin .

I want to publish my javafx application.

How can I create a installer with this project?

@siordache
Copy link
Member

Make sure that your JAVA_HOME points to a JDK 14 or newer distribution. Then use:

./gradlew jpackage

I updated the README with a mention about creating installable packages. I also configured a jpackage block in build.gradle to produce a nicer installer on Windows.

@raamipja
Copy link
Author

raamipja commented Aug 5, 2020

I have a doubt in this.

I am using java jdk 14 with 64 bit. I create a jpackage with 64 bit java jdk will it work on windows 32 bit os.

will it work on both 32 bit and 64 bit windows os?

@siordache
Copy link
Member

No, it will not work. You need to use a 32 bit JDK to create an installer for Windows 32 bit.

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