java - install4j: Redirecting stdout to install4j startup scripts -


are install4j launchers capable of redirecting output screen, rather invoking java command , closing. our software has several dependencies initialized create our daemon , each binary dependent on 1 another, , order of initialization critical.

right now, tail our log files validate successful execution of each binary tedious. i've incorporated start-all script our cto insist stick install4j startup scripts ensure consistency between our software , install4j launchers when ready release, no new bugs arise.

thank you,

chris

install4j launchers redirect stdout or stderr output files if configure on executable info->redirection step of launcher wizard. if don't configure redirection, output shown on console console launchers. gui launchers, no output can shown on windows , mac os x, because process not have connection terminal.

so need additional console launcher case has no configured redirection.


Comments