Development Environment Setup(Java Web App.)

[日本語]

This is a note that summarizes what I learned from workplace and self-study.

・Development Environment

Development Environment is explained in detail on the following site, please refer to it.

https://www.techopedia.com/definition/16376/development-environment

I learned in the workplace that some preparations are necessary for system development. It is necessary to prepare by considering which tools will be used for development, what equipment and network environment are required, etc.

Take note that preparations cannot be set as you like. Tools to use, value to set, what development environment to build are decided in actual system development. And there is probably a manual, so you will build the development environment accordingly.

Here, I would like to record the development environment that I had setup to learn and practice Java web application development.

・Development Environment Setup(Java Web App.)

– Work environment:

Windows 10 Home(64bit)

– Settings Contents for each step:

  1. Java installation
  2. Apache Tomcat installation
  3. PostgreSQL pgAdmin 4 installation
  4. Eclipse installation
  5. First launch / setting of Eclipse(Java Web App.)

– Common setting method:

  1. Environment variables (Windows 10)

20190729

Leave a comment