Programming the IDE environment in Linux
Eclipse
Http://www.linuxdby.com/html/linux/other/20070509/40014.html
Usage in Windows:
Install j2sdk-rj4_2_09-nb-4_1-win-ml.exe (in fact, after installing netbeans can also be used, Chinese tutorial http://gceclub.sun.com.cn/NetBeans/tutorials/general/quickstart.html)
Decompress eclipse-sdk-3.1.2-win32.zip
Create a BAT file in the eclipse directory with the content
Set java_home = D: \ j2sdk1.4.2 _ 09
Set classpath = D: \ j2sdk1.4.2 _ 09 \ Lib
Eclipse-vm d: \ j2sdk1.4.2 _ 09 \ bin \ Java
Pause
Execute this bat to start eclipse
Anjuta + glade
Http://cache.baidu.com/C? WORD = Linux % 2 cide % 3B % BB % B7 % be % B3 & url = http % 3A // www % 2e51cto % 2 ECOM/art/200512/13782% 2 ehtm & P = 8b2a954e86cc46ae34acc8625f48bb & User = Baidu
Kdevelop3, take a look at the http://www.kdevelop.org.
Source-Navigator + EmacsIt is also a good choice.