launcher.jar
jar file in the install directory, you will open the GUI interface and the Editor will be available.docgenerator.conf
file in the same directory. This is a properties file containing two properties:JAVAHOME
: the path of the JAVA_HOME directory. If you don't specify the path or it is empty, the default JRE location will be used[1]
JAVAFXLIB
: the path of the JavaFX library. If the JRE is less than Java 11, this will not be used because before Java 11, JavaFX is bundled with the JRE installationJAVAHOME=L:\WRK\Java\Tools\jre-17.0.2 JAVAFXLIB=L:\WRK\Java\Tools\javafx17\libIn this second example, you don't specify the JRE installation, nor the JavaFX libraries, because we suppose that Java 8 is the default installation for Java
JAVAHOME= JAVAFXLIB=In this last example, you don't specify the JRE installation, because we suppose that Java 17 is the default installation for Java, but we need to specify the JavaFX libraries for JavaFX 17:
JAVAHOME= JAVAFXLIB=L:\WRK\Java\Tools\javafx17\lib
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.