At the beginning of ConsoleReader.paste(), it calls
clipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
which will throw a HeadlessException if GraphicsEnvironment.isHeadless() returns true.
This exception will occur if a user does a ctrl+v (paste) during a ConsoleReader.readLine() in a DOS prompt.
I'm catching the exception and returning false inside of the paste function so that I won't have to handle a RuntimeException in my code and the prompt will still work.
The problem exists in 0.9.91.
Logged In: YES
user_id=15045
Originator: NO
This appears to be fixed already....
Reported as fixed.