Search:

Type: Posts; User: PT400C

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,037

    [SOLVED] Re: Read the console with JLine 2 not working?!

    Well, I am sorry. I was pretty sure that GitBash was capable of java console input.

    Sorry :D

    PT400C
  2. Replies
    4
    Views
    1,037

    [SOLVED] Re: Read the console with JLine 2 not working?!

    First of all, there are no errors (sadly).
    I expect the code to post "LINE FOUND!" into the console after typing something in the console and pressing enter.
    And I am NOT sure wether Eclipse...
  3. Replies
    4
    Views
    1,037

    [SOLVED] Read the console with JLine 2 not working?!

    Hey guys :)

    I tried to get the current line of the java console via JLine 2. Here is the code of the attempt:



    reader = new ConsoleReader();
    String line;
    while ((line = reader.readLine())...
Results 1 to 3 of 3