jpackage Questions

2

I'm currently working on a Compose Multiplatform project using Kotlin and targeting desktop platforms. I'm encountering an issue when trying to create a distributable build for desktop in Android S...
Bianchi asked 18/3 at 12:49

3

I am trying to package the default HelloApplication (full app) that intellij community edition creates for a javafx application. The HelloApplication does not contain much dependencies besides Java...
Bogeyman asked 27/5 at 17:55

1

my Java app experienced a very weird regression when switching from JDK OpenJDK21U-jdk_x64_windows_hotspot_21.0.1_12 to OpenJDK21U-jdk_x64_windows_hotspot_21.0.2_13 This small snippet should start ...
Ehlke asked 4/2 at 18:31

2

i am recently looked at jpackage there is any option automatically adds the appilication to startup, For Example consider I have, App.java package org.openjfx; import javafx.application.Applicatio...
Invigorate asked 26/9, 2021 at 13:6

1

I am trying to package an application with jpackage for Windows. I am using Java 19 and WiX 4. Package Id Version Commands --------------------------------------------- wix 4.0.0-preview.1 wix ja...
Theocrasy asked 19/11, 2022 at 7:43

1

The following small Java program and jpackage command create an app-image which when launched on Windows 10 launches multiple exe's. This does not happen before JDK 17. The same code and command us...
Caswell asked 19/1, 2023 at 14:9

1

Solved

I am using JPackage to install my Java application on Windows, I have my own application icon and I would also like this to also be used when I run the installer. I have followed the general approa...
Howler asked 2/7, 2020 at 8:39

4

Solved

For some context, I'm using the jpackage utility to try to create a signed DMG file to deliver to my users. The reason I need to sign this DMG is because I would like to notarize the software. By t...
Isosteric asked 31/3, 2020 at 14:43

1

Solved

I just started using jpackage and it is a really great tool. One single step takes a lot of work off my shoulders. The more surprised I am about something that looks hardcoded and cannot be customi...
Arundel asked 20/12, 2021 at 10:45

2

Solved

I'm trying to create an AppImage using JPackage (On a Ubuntu 18.04 System using OpenJDK 14) All the examples I find are of the form jpackage --type app-image --name myappimage --input target --ma...
Neurilemma asked 5/5, 2020 at 12:4

1

Solved

I am parsing strings representing German-style numbers (i.e., decimal comma and optional full stop for grouping thousands), e.g., "2.804,13"; this is just done using a DecimalFormat based...
Tashinatashkent asked 17/11, 2021 at 17:31

1

Solved

I've made an application using Java 17 with JavaFX 16 library. Is there a way to make an installable 32-bit version using JPackage of it? Since Java comes always just in 64-bit since Java 9 (same w...
Charissa asked 4/11, 2021 at 15:5

1

Solved

I'm using JPackage (OpenJDK 15.0.1) to make a portable executable file for Windows. I tried the command below, but I double-clicked the generated exe file and the installer window was displayed. It...
Lowe asked 17/5, 2021 at 14:43

1

Solved

I have created a JavaFX application. It runs perfectly in my Intellij IDE. Now I want to distribute the application - i.e. I want to obtain an installer that users could download and then it would ...
Olivarez asked 10/4, 2021 at 14:16

1

I'm trying to use jpackage to create an installer for my Java app. I'm on Windows 10 using OpenJDK 15.0.1. I can build an installer using jpackage --input C:\MyApp --main-jar MyApp.jar This basica...
Phyllis asked 8/11, 2020 at 17:50

1

Solved

With JPackage I am unable to get --win-console option to work apart for for the main launcher, but I want the main launcher not to output to console, but have a debug version that does. i.e if I ru...
Photometry asked 11/7, 2020 at 9:36

2

Solved

Cannot rerun JPackage installer if already installed, second time just seems to exit without warning, is this correct behaviour on Windows ? You may ask why I want to do this anyway? Well in my cas...
Durga asked 1/7, 2020 at 11:0

1

Solved

What are the norms for creating JPackage installer Java application on Linux ? I have created an installer for Windows, and am now creating one on Linux (using Ubuntu) So far I have: -i target/Jaik...
Quezada asked 3/7, 2020 at 16:53

1

Solved

I am trying to convert an Windows installation of Java app created with Izpack to use JPackage provided In Java 14. The installer builds and installs, but when I try and run the exe it creates it f...
Peachey asked 27/6, 2020 at 6:52

1

Solved

I am creating the installer using the following command. I am giving jpackage the icon to use jpackage --runtime-image hellofx --module hellofx/hellofx.HelloFX --win-shortcut --win-menu --icon smi...
Prudential asked 6/6, 2020 at 6:1

1

Solved

I have a simple modular javafx application. i compile it using dir /s /b src\*.java > sources.txt & javac --module-path %PATH_TO_FX% -d mods/hellofx @sources.txt & del sources.txt Th...
Croy asked 6/6, 2020 at 5:24

1

Solved

I have some really noob question. I tried to create installation for my test app with jpackage in OpenJDK 14. Here is what I did: first, created custom JRE with jlink --module-path "C:\Java\javaf...
Thionic asked 18/4, 2020 at 18:33
1

© 2022 - 2024 — McMap. All rights reserved.