Issue with javafx tutorial when trying to build and run the native app:
$ mvn clean package
$ ./target/jfx/native/gse-demo/gse-demo
gse-demo Error invoking method.
gse-demo Failed to launch JVM
But then it seems to work after clearing, rebuilding and launching a second time:
rm -r -f ./target/
mvn clean package
./target/jfx/native/gse-demo/gse-demo
- If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Following the steps of the javafx-packager tutorial:
$ git clone https://github.com/powsybl/powsybl-tutorials.git
$ cd powsybl-tutorials/javafx-packager
$ mvn clean package
$ ./target/jfx/native/gse-demo/gse-demo
gse-demo Error invoking method.
gse-demo Failed to launch JVM
-
Please tell us about your environment:
- PowSyBl Version: powsybl-gse 1.3.0; powsybl-core 2.3.0
- OS Version: Kubuntu 18.04.2 LTS
-
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
Do you want to request a feature or report a bug?
bug?
What is the current behavior?
Issue with javafx tutorial when trying to build and run the native app:
But then it seems to work after clearing, rebuilding and launching a second time:
Following the steps of the javafx-packager tutorial:
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)