I am using Greenfoot with Eclipse and want to move my code out of the default package into other packages. When I do this the project.greenfoot file cannot find my code. What can I do to make the project.greenfoot file recognise my packages?
I'm afraid Greenfoot doesn't support packages, so there's nothing you can do to get Greenfoot to recognise the code. If you use packages, you would have to remain in Eclipse afterwards.