Use jna.boot.library.path instd of LD_LIBRARY_PATH

This commit is contained in:
Luiz Henrique Laurini 2021-04-30 20:21:07 -03:00
parent 6feb8adfb0
commit f202e69a31

View file

@ -281,8 +281,8 @@ execute_server(struct server *server, const struct server_params *params) {
const char *const cmd[] = {
"shell",
"CLASSPATH=" DEVICE_SERVER_PATH,
"LD_LIBRARY_PATH=" DEVICE_SERVER_DIR,
"app_process",
"-Djna.boot.library.path=/data/local/tmp",
#ifdef SERVER_DEBUGGER
# define SERVER_DEBUGGER_PORT "5005"
# ifdef SERVER_DEBUGGER_METHOD_NEW