I found that Eclipse is only intimidating for a short while. It's a very powerful but still simple enough Java IDE, and it's probably the next logical step. Start with some simple stuff like developing a simple Swing UI, since Greenfoot was doing all of the core stuff for you. Once you understand what Greenfoot was "shielding" you from, it should feel as comfortable as when you're in Greenfoot.
Heads-up: you will feel like a beginner again having trouble with little things until you get a hang of having full control over your project, but after that s'all good.
Take my input with a grain of salt, I'm still getting the basics down outside of Greenfoot. I would recommend still doing some occasional stuff in Greenfoot to keep your confidence up and frustration down :D.
@davmac that just made me suddenly interested in opening up BlueJ. I've had it installed since I installed Greenfoot but I've never really looked at it since. Sounds like a nice transition from Greenfoot to full-fledged IDEs!
Doesn't Greenfoot actually use BlueJ?
I wouldn't say Greenfoot 'uses' BlueJ. Greenfoot is built on top of BlueJ; it alters and augments it.
Is there a book for learning java, plz give an axample
I' ve already greenfoot en bluej book, now I'm looking for a real java book or something like that
Instead of buying an expensive book to learn Java, you could try a little "learning by doing" with this (or any other ;) ) tutorial:
http://chortle.ccsu.edu/CS151/cs151java.html