Export eclipse console view output to text file

前端 未结 2 1657
逝去的感伤
逝去的感伤 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.

    0 讨论(0)
  • 2021-02-03 21:16

    Run -> Run Configurations... -> Java Application -> Your Application -> Common tab -> File

    Check Append for append mode.

    0 讨论(0)
提交回复
热议问题