Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good IDE for Java programming on a low end laptop? [closed]

Tags:

java

windows

ide

i have to work away from my desktop computer from time to time (for instance on trips). It is a low end laptop. I can use Eclipse but it is awfully slow.

Is there a better choice? If possible not something like vi oder emacs.

Laptop:
512 MB DDR RAM
Intel Pentium M 760 2.0 GHz
Windows XP SP3

There is no possibility to add more RAM

like image 765
Burkhard Avatar asked Mar 13 '09 15:03

Burkhard


1 Answers

How low end is it? I used to use IntelliJ Idea and loved, it also ran faster than eclipse for me. DrJava is also very small and light weight. But personally I prefer vim + javac the best. :)

like image 125
nan Avatar answered Oct 08 '22 06:10

nan