- Download Eclipse EE version from https://www.eclipse.org/
- unzip or install the program. and test if the program works properly
- change whole text encoding to set in UTF-8(this is widely used encoding way these days)
- Click right mouse button at project explore page then create server project.
Since tomcat is normally used as web application server in JSP, (download it before proceed no.4 from internet and unzip) choose it like bellow shot.
5.set tomcat server like bellow and save, then test if it works well
- press market in eclipse
- search 'sts' , then press install
- now you can enjoy your web programming by using spring or servlet.