添加Jar编译与运行说明

This commit is contained in:
2026-01-17 20:03:37 +08:00
parent 4bbe664e7d
commit b38eb4d006

View File

@@ -23,9 +23,10 @@ java -cp "runtime:libs/*" Main -v -log:ALL
# 仅输出错误日志
java -cp "runtime:libs/*" Main -v -log:SEVERE
1Panel Java 环境启动
java -cp "/sdcard/WinBoLLStudio/Sources/AuthCenterConsoleApp/runtime:/sdcard/WinBoLLStudio/Sources/AuthCenterConsoleApp/libs/*" Main -v -log:ALL
# 编译Jar文件
bash bash/build_jar.sh
# 运行jar文件
java -Djava.library.path=./libs -cp "jar/AuthCenter.jar:libs/*" Main -v -log:ALL
## 程序内使用技巧
// 1. 服务启动时发送通知