It's kind of annoying to scroll large log text, while working with Java J2EE Spring framework in eclipse IDE, the text per line is so large that horizontal scrolling is required to read them.
Word wrap Eclipse console logs:Though I didn't find a way to do a word wrap, yes you can set a fixed width per line for the Eclipse Console logs, lets's see the steps on how we can do so,
- Go to Preferences : On Mac => Eclipse -> Preferences and Window -> Preferences on Windows OS
- Now look for Run/Debug
- Now go to Console.
- Check : Fixed width Console.
- Set the max character width as per your screen width.
- Apply.
- OK.

Word wrap eclipse console logs text
More Posts related to Eclipse,
- How to display hidden files in Eclipse (dot prefixed files)
- Convert existing code project into a git project using Eclipse
- How to enable line numbers in Eclipse IDE
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Enable Spellcheck in eclipse workspace
- How to create a Git Project in Eclipse (Step-by-step)
- [Solution] Spring Tool Suite (STS) support for JSP (JAVA EE)
- How to Remove All Terminated Console tabs at once in Eclipse
- Eclipse Java: Multiple markers at this line error
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse : Workspace was written with an older version of the product and will be updated
- How to Save Eclipse console logs in external log file
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)
- How to Configure GitHub with Eclipse IDE in 2023
- How to use Content Assist in Eclipse IDE
- Enable Eclipse dark mode
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- Java Decompiler Eclipse Plugin
- Add imports in eclipse shortcut key combinations
- Syntax error, parameterized types are only available if source level is 1.5 or greater [Java]
- [Eclipse] Enable or Disable print margin line
- Eclipse Error The JVM Shared Library JavaVirtualMachines does not contain the JNI_CreateJavaVM symbol
- How to reset Eclipse IDE Code Font
More Posts:
- How to fix java.net.NoRouteToHostException in Android Studio - Android-Studio
- Fix: Xbox Error Code: 0x80190190 - Microsoft
- How to install pip on macOS using terminal command [Python] - Python
- How to Setup maven on Mac (macOS) - Mac-OS-X
- Tool: Convert Cron Expression To Plain English Text (Supports Quartz) - Tools
- How to pass value to another Power Apps screen - PowerApps
- IntelliJ: Error: Could not find or load main class, java.lang.ClassNotFoundException - Java
- How to delete a Python Virtual Environment - Python