Hello Dev Team,
My Java extension needs OpenJavaFX libraries to run. Usually for a normal JavaFX application we pass javafx module path by setting the module path in VM argument as
–module-path “path to javafx\lib” --add-modules javafx.controls,javafx.fxml,javafx.controls,javafx.base,javafx.graphics,javafx.media,javafx.swing,javafx.web
I am developing the extension through LOEClipse plugin for eclipse and couldnt find any way to set the VM arguments for the project. Neither i found any such configuration place in LibreOffice.
Please guide.
My Libre Office version 7.1.0
OS Windows
Extension developed in language : Java