开发者

Export eclipse console view output to text file

开发者 https://www.devze.com 2023-02-19 04:25 出处:网络
How to redirect console view output to a tex开发者_C百科t file in Eclipse? Run -> Run Configurations... -> Java

How to redirect console view output to a tex开发者_C百科t file in Eclipse?


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

Check Append for append mode.


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.

Export eclipse console view output to text file

0

精彩评论

暂无评论...
验证码 换一张
取 消