to modify the Java installation coping '$JAVA_HOME/include/server/jni_md.h' in '$JAVA_HOME/include/'
to install 'node-gpy' package (`npm install -g node-gyp`)
to install node-java (`npm install java`), ignoring the compilation warnings.
For executing a node application that uses node-java, it is necessary:
To set the environment variable 'DYLD_INSERT_LIBRARIES' to the path of JDK containing the library 'libjvm.dylib' For OpenJDK 17 installed through `brew`, the setting is `export DYLD_INSERT_LIBRARIES=${JAVA_HOME}/lib/server/libjvm.dylib`
Then, the application can be executed as usual: `node <appName>`