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

2022/1/20

No Compile button

KHeroux KHeroux

2022/1/20

#
I dont see a compile button on my Greenfoot. It says Vector. I downloaded Greenfoot for Windows and also the JDK. However, nothing seems to work.
danpost danpost

2022/1/20

#
KHeroux wrote...
I dont see a compile button on my Greenfoot.
Newer versions of greenfoot auto-compile. At the bottom of your class editor, you should see a message. "No syntax errors" will should if the class appears fine to the compiler; otherwise, "Errors found." will display and the location of each will be flagged with a red line number and a squiggle line under problem text (or near it). Hovering the mouse of the squiggle line will pop up a message on the particular error found there. Also, any classes with errors with be diagonally striped in the classes window frame. If all classes are free of any errors, you should be able to go to the main scenario window to prompt an initial world.
It says Vector.
Where does it say "Vector"? Is that ALL it says?
You need to login to post a reply.