Some people recommend Aptana Studio. Not sure if it's useful. Isn't a Gedit or Geany sufficiently good? A quick note on installing Aptana Studio on Windows. You need to have 32-bit Java installed prior to. Otherwise you see "returned exit code=13" error. After you install 32-bit Java into C:program files(x86)/java/ Go to apatana folder and … Continue reading An IDE for web development (i.e., HTML, CSS, and JS)
IDE
How to configure Geany to run Java
You should configure the "Set Build Commands" under "Build". This is where you specify the Java commands and execute commands. Compile: "C:\Program Files\Java\jdk1.8.0_45\bin\javac" "%d\%f" Execute: "C:\Program Files\Java\jdk1.8.0_45\bin\java" "-classpath" "%d" "%e"