This site requires JavaScript, please enable it in your browser!
Greenfoot back
Xevinaly
Xevinaly wrote ...

2019/4/30

Using Packages with Greenfoot

Xevinaly Xevinaly

2019/4/30

#
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?
nccb nccb

2019/5/3

#
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.
Xevinaly Xevinaly

2019/5/4

#
Thanks for the heads up. I was able to move all non-rendered code to the other packages.
You need to login to post a reply.