JNI Symbol Conflicts in Mac OS

Background

Analysis

...node...dylib
...node...dylib
...node...dylib <== Something wrong happens here.
...v8...dylib
...v8...dylib
...v8...dylib

Failed Attempts

Fix

_JNI_OnLoad
_JNI_OnUnload
_Java_com_caoccao_javet_*
_napi_*
target_link_libraries(Javet PUBLIC -exported_symbols_list ${CMAKE_SOURCE_DIR}/jni/exported_symbols_list.txt)

--

--

Amateur programmer

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store