Why my C++ shared library DLL created using MATLAB Compiler crashes with a Fatal Java Exception?
Show older comments
I have a C++ shared library DLL generated using MATLAB Compiler, and I am running code from C++ that is using this compiled shared library DLL. When I initialize my DLL I get the following MATLAB crash message:
Assertion in void __cdecl `anonymous-namespace'::mwJavaAbort(void) at b:\matlab\src\jmi\javainit.cpp line 1356:
Fatal Java Exception. See Java Crash Report for details.
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Compiler SDK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!