zy-kkk commented on code in PR #20185: URL: https://github.com/apache/doris/pull/20185#discussion_r1209370828
########## docs/zh-CN/docs/faq/install-faq.md: ########## @@ -300,8 +300,8 @@ ldd /path/to/libmyodbc8w.so |grep libssl.so 如果升级后启动 be 出现下面这种 Java `NoClassDefFoundError` 错误 ``` -Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/doris/udf/JniUtil -Caused by: java.lang.ClassNotFoundException: org.apache.doris.udf.JniUtil +Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/doris/common/jni/utils/JniUtil +Caused by: java.lang.ClassNotFoundException: org.apache.doris.common.jni.utils.JniUtil ``` 需要从官网下载 `apache-doris-java-udf-jar-with-dependencies-1.2.0` 的 Java UDF 函数依赖包,放到 BE 安装目录下的 lib 目录,然后重新启动 BE Review Comment: Does this jar need to be renamed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org