Export eclipse console view output to text file

36,977

Solution 1

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

Check Append for append mode.

Solution 2

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.

enter image description here

Share:
36,977
Admin
Author by

Admin

Updated on July 09, 2022

Comments

  • Admin
    Admin almost 2 years

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