📌  相关文章
📜  > 任务:运行失败错误:无法找到或加载主类原因:java.lang.ClassNotFoundException:-Java 代码示例

📅  最后修改于: 2022-03-11 14:52:18.498000             🧑  作者: Mango

代码示例1
Check your build.gradle file and update the application block:

application {
    // Define the main class for the application.
      // insert the entire name of the class
    mainClassName = 'packageName.MainClass'
}