Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    12
    Views
    1,451

    Re: Running .JAR file issue.

    Why not just test the value of the Error variable directly?
    if(Error != null)
  2. Replies
    12
    Views
    1,451

    Re: Running .JAR file issue.

    What variable is used to print this:
    Value = null
    To test that if the variable used to create the above printout is null compare it to null, not the String "null"


    if(value == null)

    If value...
Results 1 to 2 of 2