Java / OrientDB console.bat seems to buffer input

201 views Asked by At

Recently I upgraded my Java installation to 1.8.0_25:

C:\orientdb-community-1.7.9\bin>java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

First of all, OrientDB server is fine with my java version. However console.bat has now a very anoying behavior. Whatever I type will only become visible after I hit enter. Before the upgrade each character would become visible as soon as I enter it. Somehow the console echo seems to be buffered now.

How can I get the old unbuffered behavior back? How can I tell console.bat to show characters as I type along?

0

There are 0 answers