trouble shooting
  • Introduction
  • First Chapter
  • files in the target can't be recognized.
  • intellij terminal console setting
  • can't find maven in build tool
  • maven did't fetch jar from pom file
Powered by GitBook
On this page

Was this helpful?

intellij terminal console setting

  1. get more lines in the terminal

ans:

ctrl+shift+a, choose registry...

set terminal.buffer.max.lines.count from 1000 to 9999;

2. only the left part of the message can be seen in console

ans:

  1. settings->editor->general->console set use soft wraps in console active: works for a while.

  2. working on it

Previousfiles in the target can't be recognized.Nextcan't find maven in build tool

Last updated 5 years ago

Was this helpful?