|
Re: Request for HELP
I'm not sure if this is the problem but if you renamed your main robot class you have to change that name in the MANIFEST.MF file in your project folder as well.
__________________
q = (2*b) | ~(2*b);
if (life.getLemons() != null) this.lemonade = new Drink(life.getLemons());
else throw new NoLemonsException("What now?");
|