IntelliJ Idea under Linux, No such file or directory on main class

后端 未结 6 673
情深已故
情深已故 2021-02-06 00:10

I\'m running IntelliJ Idea under linux. I have created a project and a module inside it, and in that module I have a class (MyClass.class) and when I\'m trying to run it from ID

6条回答
  •  离开以前
    2021-02-06 01:01

    Check that Make checkbox is enabled, otherwise IDEA will not compile your project, also verify that class file is available in the output directory and you are running with the classpath of the correct module.

    If the problem remains, send a sample project to support.

提交回复
热议问题