Search:

Type: Posts; User: techwiz24

Search: Search took 0.06 seconds.

  1. [SOLVED] Re: If, else if, else statement not behaving as expected

    Ah. Thank you! It's weird that the == operator doesn't work, but the .equals() method does. I come from basic VB.net and python :D, I guess I was trying to do it how I would do it there lol. Thanks...
  2. [SOLVED] Re: If, else if, else statement not behaving as expected

    i've also tried elimating the
    ... || command == "--help" segment, but the problem persists
  3. [SOLVED] If, else if, else statement not behaving as expected

    I'm new to java, so if it's stupid simple, forgive me:confused:. I'm trying to parse commandline args using a giant if-else if-else block. Right now, i'm just trying to get it working by displaying...
Results 1 to 3 of 3