Author Topic: Java error parsing hurdles (V22.0.0.8)  (Read 1896 times)

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
Java error parsing hurdles (V22.0.0.8)
« on: November 06, 2017, 08:14:17 PM »
It is very difficult to see the actual Java8 compiler error text in the build output.  The error text is appended to a lengthy Javac command line, which in my case is in the neighborhood of 450 characters (class paths and all) and I have to navigate to the end of that monstrosity to see the compiler error.  Is there a way to make it easier to see the error message, maybe split it off and show it on a separate line?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6938
  • Hero Points: 531
Re: Java error parsing hurdles (V22.0.0.8)
« Reply #1 on: November 08, 2017, 12:49:11 AM »
Turn on Soft wrap for the Process Buffer (Tools>Options>Languages>SlickEdit Languages>Process>Word Wrap, check "Enable soft wrap").

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
Re: Java error parsing hurdles (V22.0.0.8)
« Reply #2 on: November 08, 2017, 03:09:35 PM »
Thanks Clark.