我试图在“ example - Inspect a string”页面上显示的GCP Cloud Shell上运行DLP检查命令。

我按此顺序运行以下命令:

mvn clean package (Build was successful)

java -cp target/dlp-samples-1.0-jar-with-dependencies.jar com.example.dlp.Inspect -s "My phone number is (123) 456-7890 and my email address is [email protected]"


我不断收到以下错误:

Could not find or load main class com.example.dlp.Inspect

在运行命令之前,我需要执行任何步骤吗?

最佳答案

我将更新自述文件,但是如果您已经运行mvn,则需要通过“ cd dlp”进入dlp软件包并从那里运行命令。

https://github.com/GoogleCloudPlatform/java-docs-samples/pull/1164

关于java - 无法找到或加载主类com.example.dlp.Inspect,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/51565839/

10-12 23:17