1.IDEA项目结构图。

分级向下的结构,在package中包含若干个Java Class文件。

JAVA学习_04 IDEA编写第一个项目Hello World

2.创建第一个项目参考下面链接。

https://www.cnblogs.com/hanwen1014/p/9053492.html

3.【报错】Cannot start compilation: the output path is not specified for module…

在IDEA项目初期,如果没有设置class文件的输出路径,就会报上述错误。只需要打开File -> Project Structure… -> Project -> Project compiler output,设置一个out路径就可以了。

相关文章:

  • 2022-12-23
  • 2021-08-31
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-10-16
  • 2022-01-20
猜你喜欢
  • 2021-11-17
  • 2021-10-29
  • 2022-01-01
  • 2021-12-02
  • 2021-08-11
  • 2021-07-03
  • 2021-07-30
相关资源
相似解决方案