-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java bindings fails on Windows with Matlab 2024b after building from source #3958
Comments
Installing the OpenSim 4.5 distribution via |
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 #3965 |
@aymanhab do you have any updates on this issue? I'm running into a similar issue with Jenny, she's trying to install a build artifact into Matlab on Windows. |
@nickbianco My conjecture was that it has to do with the java jdk used on ci. Would it be possible to test the installation using the latest gui artifact? |
We'll give that a try! |
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.
The text was updated successfully, but these errors were encountered: