javafx-maven-plugin
javafx-maven-plugin copied to clipboard
JLINK Launch script - options to launch without running terminal in the background
Hi! is it possible to rework the launcher configuration setting so that the user doesnt see a terminal running in the background? should work with javaw
I want to know too.
I try to edit the start script hellofx.bat
@echo off
set JLINK_VM_OPTIONS=
set DIR=%~dp0
start "%DIR%\javaw" %JLINK_VM_OPTIONS% org.example/org.example.App %*
but it seams can't find file org.example/org.example.App
There are some suggetions here to hide it: https://stackoverflow.com/q/54132781