2

我已经在 Eclipse 上成功运行了 Speech to text 独立应用程序,但现在我将其与我的 vxml 应用程序集成并部署在 tomcat 上,但在运行时我面临以下问题。

可能是什么原因 。

error.runtime.java.lang.NoClassDefFoundError ,错误处理请求,java.lang.NoClassDefFoundError: com/google/cloud/speech/v1/SpeechClient

Tomcat 版本:8.5 Java 版本:1.8.0.231

<dependency>
      <groupId>com.google.cloud</groupId>
      <artifactId>libraries-bom</artifactId>
      <version>5.3.0</version>
      <type>pom</type>
      <scope>import</scope>`
    </dependency>

谢谢和问候塔伦耆那教

4

0 回答 0