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

2019/6/18

HOW OPEN A GREENFOOT PROJECT ON NETBEANS?

LUXY LUXY

2019/6/18

#
Maybe, someone can help me. I want to try open my greenfoot project on netbeans. I have imported the greenfoot lybraries but I've a problem. I can't found the main class to start the project. I search on the net but I've not found any solution..
nccb nccb

2019/6/18

#
The main class got changed in a recent rewrite to greenfoot.export.GreenfootScenarioApplication. I've just updated our documentation page to reflect this.
LUXY LUXY

2019/6/18

#
Thank you for the answer, I've followed the documentation step by step but the project dosn't start. When I run the project, It opens a dialog that shows : greenfoot.export.GreenfootScenarioApplication class wasn't found in LTA project. <<No main classes found>> I don't understand why, the greenfoot.jar that I have imported contains that class(GreenfootScenarioApplication.class). There is onother problem, when I compile the project, the terminal show me this message: warning: unknown enum constant Tag.Any reason: class file for threadchecker.Tag not found warning: unknown enum constant Tag.Any warning: unknown enum constant Tag.Any warning: unknown enum constant Tag.Any 4 warnings How can I fix these warnings?
You need to login to post a reply.