|
Re: Waiting to connect to OTA command server
Yeah we've had problems with Netbeans before where it would stop producing output, but the code was still running. I can't really remember, but it might have been right at the point you're describing. It might be just a problem with Netbeans and the code is fine. Post the output so we can see.
FYI our solution to that problem: Eclipse!
__________________
q = (2*b) | ~(2*b);
if (life.getLemons() != null) this.lemonade = new Drink(life.getLemons());
else throw new NoLemonsException("What now?");
|