-
I am running 'gradle task packageExe' and it fails:
```
External tool execution failed:
* Command: [C:\Users\pc\Downloads\openjdk-15_windows-x64_bin\jdk-15\bin\jpackage.exe, @C:\Users\pc\Downloa…
-
In the build script:
```kotlin
compose.desktop {
application {
mainClass = "garden.ephemeral.calculator.MainKt"
// ...
nativeDistributions {
// ...
…
-
## Feature Request
The current desktop packaging tasks do not include options for setting up [file associations](https://docs.oracle.com/en/java/javase/16/jpackage/support-application-features.html…
-
I'm trying to use GraalVM EE and GraalVM CE with OpenJFX installed to generate a native image for [ClassViewer](https://github.com/ClassViewer/ClassViewer), but they could not operate properly for dif…
Glavo updated
4 months ago
-
**Describe the bug**
Get `Failed to start gauge API: Timed out connecting to java` each time when try to debug a spec using gauge java version 0.7.8 till to latest version 0.7.15 in Intellij IDEA.
…
-
**Describe the bug**
When running `packageDeb` Gradle Task, an error will occur:
```
External tool execution failed:
* Command: [/opt/jdk-17.0.8.1+1/bin/jpackage, @/home/balakay/Projects/Launcher/…
-
Whenever I try to run `packageDmg` command either by UI gradle or integrated terminal `./gradlew packageDmg --stacktrace`, it fails
```gradle
FAILURE: Build failed with an exception.
* What wen…
-
**Describe the bug**
Starting from 1.2, Compose Desktop Plugin supports Proguard without any additional rules to get it working, but if you use Material 3 by using`implementation(compose.material3)` …
-
```
val kitVersion by extra("1.0.0")
compose.desktop {
application {
mainClass = "MainKt"
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi…
-
I'm trying to use compose desktop to build app on windows.
As so far, it works pretty well.
But I found I can only get a installer file after packge with the targetFormats as follows.
`
targetFor…