I have made an executable .jar file of an application in java which
incorporates both a GUI and CLI. However, when I tried testing the
program afterwards, command-line output would not be displayed.
How can I fix this ?
incorporates both a GUI and CLI. However, when I tried testing the
program afterwards, command-line output would not be displayed.
How can I fix this ?
Comment