Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The class JavaBridge tries to load the C++ DLL, and fails silently if it can't. I believe this code currently fails all the time, as we renamed the DLLs a while ago.
The failure doesn't matter, as we have the same functionality in LibLoader.
Hence, we should either delete the class, or fix it and document it. Also, it shouldn't fail silently.