cosim-demo-app icon indicating copy to clipboard operation
cosim-demo-app copied to clipboard

Java based FMUs are not supported

Open markaren opened this issue 4 years ago • 0 comments

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.

markaren avatar Dec 07 '20 11:12 markaren