Java development on a netbook?

Man of Honour
Joined
19 Oct 2002
Posts
29,758
Location
Surrey
has anyone done any Java development on a netbook? Specifically I'm interested in how Eclipse runs on the Atom processor with 2gb RAM?
 
I would have thought that the distinct lack of vertical resolution would make programming a real chore more than the slow processor (I used to do Java dev on a 200mhz DEC Alpha without too many problems many moons ago).
 
I would have thought that the distinct lack of vertical resolution would make programming a real chore more than the slow processor (I used to do Java dev on a 200mhz DEC Alpha without too many problems many moons ago).

Although you can always plug in an external monitor.

Rgds
 
can you not write java in just a fancy text editor? much less screen space needed.

I used to use a normal text editor, but using an IDE with niceties such as code completion and step debugging really does increase your productivity - no need to check the API docs when it's popping up automatically as you type.
 
can you not write java in just a fancy text editor? much less screen space needed.

You can beat a nice IDE like Eclipse on a 24" widescreen display though, the extra screen space really helps increase productvity. As other have said, it's the small screen and keyboard that will cause you the most problems rather than the actual speed.
 
Back
Top Bottom