You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Oleg Cohen <ol...@assurebridge.com> on 2019/02/08 00:48:22 UTC

Interactive Console/Shell Command

Hello,

I was wondering if anybody successfully developed and ran an interactive Karaf shell command, i.e. one that prompts the user for input.

I tried to use java.util.Scanner and when it prompts not all characters I type are input and when I hit enter it seems the submission happens twice and I get Command not found: [my input string]

I would appreciate suggestions!

Regards,
Oleg