Relative Content

Tag Archive for javaspringspring-bootwindows-11spring-shell

Spring Shell not running interactive mode windows 11 – Unable to create a system terminal, creating a dumb terminal

I’have created simple SpringShell app (java 21 and maven) using spring initializr and created class HelloCommand.java.
While running app in IntelliJ IDEA I’m occurring a warning Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information). If I build a .jar file and try to run in in windows 11 terminal problem still occur. From the other hand in WSL Ubuntu it doesn’t show an error, but interactive mode is still not working.