Search:

Type: Posts; User: Json

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    4,283

    Re: java.lang.numberformatexception error

    See the PM I sent you.

    // Json
  2. Replies
    3
    Views
    4,283

    Re: java.lang.numberformatexception error

    Hello,

    The problem you have is that the input you receive in in.readLine() is not a number and when that happens the JVM throws a NumberFormatException.

    There is also a somewhat shorter way for...
Results 1 to 2 of 2