Hi.
I've developed a Java app with B4J in two versions: non-UI and UI based.
There is any possibility to keep only one source code for both (with directives) or to run the UI version in non-UI mode using a command line switch, in order to have a single jar file?
There is anyway to change the first line from the source code (.b4j file) from
AppType=StandardJava
to
AppType=JavaFX
from the IDE, maybe through a compiler directive?
Thank you.
Dan
I've developed a Java app with B4J in two versions: non-UI and UI based.
There is any possibility to keep only one source code for both (with directives) or to run the UI version in non-UI mode using a command line switch, in order to have a single jar file?
There is anyway to change the first line from the source code (.b4j file) from
AppType=StandardJava
to
AppType=JavaFX
from the IDE, maybe through a compiler directive?
Thank you.
Dan
Last edited: