Export eclipse console view output to text file

前端 未结 2 1660
逝去的感伤
逝去的感伤 2021-02-03 20:18

How to redirect console view output to a text file in Eclipse?

2条回答
  •  粉色の甜心
    2021-02-03 21:15

    Go to Run --> Run Configurations..

    In the dialog, select your Java project, then select the Common tab.

    First, you have to select the Output File Checkbox. Then set the path and filename where Eclipse is going to redirect the console output.

    Second, select Append Checkbox.

提交回复
热议问题