View Single Post
  #3   Spotlight this post!  
Unread 28-02-2012, 09:17
dbeckwith's Avatar
dbeckwith dbeckwith is offline
Lead Programmer
AKA: Daniel Beckwith
FRC #3205 (The Patriots)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2009
Location: USA
Posts: 84
dbeckwith is an unknown quantity at this point
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?");


Reply With Quote