open-simulation-platform / cosim-demo-app

Application demonstrating libcosim features
https://open-simulation-platform.github.io/libcosim
Mozilla Public License 2.0
17 stars 4 forks source link

Java based FMUs are not supported #192

Open markaren opened 3 years ago

markaren commented 3 years ago

This issue has been known internally for a while. Just making an issue of it.

cosim-demo-app fails loading Java based FMUs* due to the way golang handles the signals created when a JVM is created in the same process. This happens during FMI instantiate.

*JavaFMI is an exception as it doesn't actually start the JVM in the same process as the calling process. Rather they boot a separate process and rely on message passing.