Eclipse 3.4.1 - how to view compiler output in Console while building a project

后端 未结 4 486
鱼传尺愫
鱼传尺愫 2021-02-01 17:21

I have what appears to be a very annoying problem. When compiling a project in Eclipse, I see no Console that shows the invocation of the Java compiler and the build results (as

4条回答
  •  礼貌的吻别
    2021-02-01 17:54

    You can configure the problem view to show only problems in the current project:

    1. Click on the small triangle at the far right of the view.
    2. In the popup menu, select "Configure Contents..."
    3. Select each item in the "Configurations" list and click on "Scope: On any element in the same project"

    If you want to see the compiler working, you need open the "Progress" view.

提交回复
热议问题