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

2012/9/10

Does eclipse use the same type of Java as Greenfoot.

MakerOfGames MakerOfGames

2012/9/10

#
I know eclipse uses Java but is it possible to just copy and paste the code from greenfoot to eclipse?
SPower SPower

2012/9/10

#
Yes: but be aware you dont use Eclipse specific APIs
davmac davmac

2012/9/10

#
Actually, you need to be aware you don't use Greenfoot specific APIs. The World and Actor class, and of course the Greenfoot class, are part of Greenfoot and aren't normally available in Eclipse.
Upupzealot Upupzealot

2012/9/10

#
@SPower @davmac Another question: is it possible to do the job in Eclipse, which class are needed to import....
You need to login to post a reply.