javafx-maven-plugin icon indicating copy to clipboard operation
javafx-maven-plugin copied to clipboard

JLINK Launch script - options to launch without running terminal in the background

Open FireRedDev opened this issue 5 years ago • 2 comments

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

FireRedDev avatar Jul 02 '20 19:07 FireRedDev

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

topsoft-support avatar Aug 15 '20 08:08 topsoft-support

There are some suggetions here to hide it: https://stackoverflow.com/q/54132781

floating-cat avatar Jul 08 '22 05:07 floating-cat