Closed karlo0820 closed 2 weeks ago
Hi @karlo0820!
Please, try adding <vmArg>--module-path=libs</vmArg>
.
Hi @karlo0820! Please, try adding
<vmArg>--module-path=libs</vmArg>
.
Hi,I tried to add <vmArg>--module-path=libs</vmArg>
,But it didn't work.
Hi @karlo0820! Have you tried to run your app from CMD? Please, share output if possible.
yes,I tried to run app from CMD, this is log :
yes,I tried to run app from CMD, this is log :
Please, try running EXE ... if you run JAR from that path, it won't be able to find the dependencies. I've seen that you set winConfig.headerType=console
, so EXE must show some output on CMD.
yes,I tried to run app from CMD, this is log :
Please, try running EXE ... if you run JAR from that path, it won't be able to find the dependencies. I've seen that you set
winConfig.headerType=console
, so EXE must show some output on CMD.
When I run exe, the console shuts down too fast to catch the abnormal output
yes,I tried to run app from CMD, this is log :
Please, try running EXE ... if you run JAR from that path, it won't be able to find the dependencies. I've seen that you set
winConfig.headerType=console
, so EXE must show some output on CMD.When I run exe, the console shuts down too fast to catch the abnormal output
Are you running EXE from terminal? If so, I don't know why is closing your terminal
Yes, the console shut down very quickly, without any output information, as if the console flashed
Don't run using start command, just EXE, please
Don't run using start command, just EXE, please
Okay, this way we already see the exception message
Don't run using start command, just EXE, please
very thankful
Short description of the issue/suggestion: My project is a Javafx project, when I package the EXE and run it, the console closes very quickly and I can't see any errors, how should I go down to analyze the problem, here is the pom of the project
`<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
`
Steps to reproduce the issue/enhancement:
What is the expected behavior?
What is the current behavior?
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)