Open nickbianco opened 2 weeks ago
Installing the OpenSim 4.5 distribution via configureOpenSim.m
works successfully.
jdk version lust match whatever version used by matlab or they need to be compatible.
For the record, local build works out of the box without issue on R2022a update 8
Will try the artifact built on ci using coretto as java sdk here https://github.com/opensim-org/opensim-core/pull/3965
Reported by Amir Esrafilian. After building OpenSim from source at
main
on Windows 11, installing the Java bindings (built using openjdk 23), and runningconfigureOpenSim.m
, trying to construct a model fails with the typical DLL load failure error:We confirmed that
osimJavaJNI.dll
exists in thebin
folder, and that thebin
folder is prepended to the systemPath
variable.Currently investigating whether this is an issue with Matlab 2024b or something else.