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

2011/11/20

Beginner, and need your help

antoun2011 antoun2011

2011/11/20

#
when trying to compile am getting an error
Royalblue64 Royalblue64

2011/11/20

#
What does the error say? Just copy&paste it here or something so that we can see it, otherwise nobody can help you. I don't know about you, but I see dozens of errors every day.
antoun2011 antoun2011

2011/11/20

#
error while writing Wombat: C:\Programs Files(x86)\Greenfoot\scenarios\wombats2\Wombat.class(access is denied)
davmac davmac

2011/11/20

#
You've got the project open from a read-only location - you should have got a warning about this when you opened the project (if you did, ignoring it was your first mistake :-) ) You can't compile a scenario if it's in a read-only location. Use "save a copy as" (from the "scenario" menu) to save the scenario to a different location (somewhere under your own documents folder) and then open the scenario at that location ("open..." from the scenario menu) before you close the original version.
antoun2011 antoun2011

2011/11/20

#
Yeah that was it, I opened from a read-only. Thank you very much
You need to login to post a reply.