corrected jni loader and uploaded the latest web app package
This commit is contained in:
@@ -9,7 +9,7 @@ Private server is a runtime that any user can deploy and access it with IRext re
|
||||
- A Linux OS is preferred
|
||||
|
||||
### Deploy
|
||||
- Fetch or compile libirda_decoder.so out of source code of irext/core.
|
||||
- Fetch or compile libirdecode_jni.so out of source code of irext/core.
|
||||
- Run following command when you fetched or compiled the private-server.jar out of the private server Spring-Boot project.
|
||||
|
||||
```shell script
|
||||
|
||||
Binary file not shown.
BIN
server/decode_core/libirdecode_jni.so
Executable file
BIN
server/decode_core/libirdecode_jni.so
Executable file
Binary file not shown.
Binary file not shown.
@@ -54,7 +54,7 @@ public class IRDecode {
|
||||
}
|
||||
|
||||
private IRDecode() {
|
||||
String libPath = "/data/irext/libir_decoder.so";
|
||||
String libPath = "/data/irext/libirdecode_jni.so";
|
||||
LoggerUtil.getInstance().trace(TAG, "loading server library " + libPath);
|
||||
System.load(libPath);
|
||||
}
|
||||
|
||||
Binary file not shown.
BIN
server/src/main/java/net/irext/decode/sdk/libs/libirdecode_jni.so
Executable file
BIN
server/src/main/java/net/irext/decode/sdk/libs/libirdecode_jni.so
Executable file
Binary file not shown.
Reference in New Issue
Block a user