This is my code. when I compile using bluej it highlights the last } and says missing return statement. I cant put void because it is a boolean. ANy ideas?
p
Change your function definition/prototype... Use this public void runAJob() instead of what you have used...
public void runAJob()
Replace boolean with void in the prototype.. And then try
boolean
void