Let's get started with Java-Create a development environment ①

Get started with Java

Use ** IDE (Integrated Development Environment) ** when building Java programs. You can use Notepad to program Java programs other than the IDE, but use this when trying out lighter programs (not suitable for large-scale programs).

Let's install the IDE

First of all, IDE is an application that allows you to write code efficiently when dealing with programs such as Java. Some are open to the public free of charge. Install with ** JDK ** and you're ready to go. ** Addendum: The IDE explained this time does not require a single JDK because it is a set !! **

JDK is an abbreviation for Java SE Development Kit. You can install it for free. I will omit the detailed explanation this time.

Typical IDEs include ** Eclipse ** and ** IntelliJ IDEA **. However, since it is all in English by itself, if you want to speak Japanese, you can use an IDE called ** Pleiades All in One ** to translate IDEs such as Eclipse and IntelliJ IDEA into Japanese. By using these, you can efficiently build a large-scale program.

Eclipse: https://www.eclipse.org/downloads/ IntelliJ IDEA: https://www.jetbrains.com/idea/ Pleiades All in One: https://mergedoc.osdn.jp/

Since I will be using Eclipse, I will explain how to install Eclipse in another article. ~~ I will link when the article is completed ~~~

Next) Let's get started with Java-Create a development environment ② https://qiita.com/_Hage_K/items/08308ff5abd372155fbc

Recommended Posts

Let's get started with Java-Create a development environment ②
Let's get started with Java-Create a development environment ①
Let's get started with parallel programming
Build a PureScript development environment with Docker
Let's create a Java development environment (updating)
Build a Wordpress development environment with Docker
Build a WordPress development environment quickly with Docker
Maybe it works! Let's get started with Docker!
[Win10] Build a JSF development environment with NetBeans
Get started with Gradle
Create a Spring Boot development environment with docker
Build a Java development environment with VS Code
Experienced Java users get started with Android application development
Let's create a gcloud development environment on a centos8 container
[Environment construction] Build a Java development environment with VS Code!
How to get started with creating a Rails app
Get started with Spring boot
Get started with DynamoDB with docker
I tried to create a java8 development environment with Chocolatey
I made a development environment with rails6 + docker + postgreSQL + Materialize.
Build a "Spring Thorough Introduction" development environment with IntelliJ IDEA
I tried to create a padrino development environment with Docker
Create a Vue3 environment with Docker!
Build a Node.js environment with Docker
How to get started with slim
Build a Tomcat 8.5 environment with Pleiades 4.8
Let's create Ubuntu environment with vmware
Prepare Java development environment with Atom
Build jooby development environment with Eclipse
[SAP] Create a development environment with NW AS ABAP Developer Edition (1)
Procedure for building a Rails application development environment with Docker [Rails, MySQL, Docker]
Build a development environment for Django + MySQL + nginx with Docker Compose
Steps to build a Ruby on Rails development environment with Vagrant
Get a backup with mysqldump (Docker's MySQL)
Prepare Java development environment with VS Code
Let's make a Christmas card with Processing!
A record of setting up a Java development environment with Visual Studio Code
Building a Lambda development environment in Eclipse
Laravel development environment construction with Docker (Mac)
I tried to get started with WebAssembly
[Note] How to get started with Rspec
Building a Kotlin development environment using SDKMAN
Build a hot reload development environment with Docker-compose using Realize of Go
Create a MySQL environment with Docker from 0-> 1
Creating a java web application development environment with docker for mac part1
Create Spring Boot-gradle-mysql development environment with Docker
I tried to build a Firebase application development environment with Docker in 2020
[Ruby] Building a Ruby development environment on Ubuntu
Build a Java development environment on Mac
[Copy and paste] Build a Laravel development environment with Docker Compose Part 2
Let's make a smart home with Ruby!
How to build a Ruby on Rails development environment with Docker (Rails 6.x)
Build a local development environment for Rails tutorials with Docker (Rails 6 + PostgreSQL + Webpack)
[Copy and paste] Build a Laravel development environment with Docker Compose Participation
Build a development environment on AWS EC2 with CentOS7 + Nginx + pm2 + Nuxt.js
How to build a Ruby on Rails development environment with Docker (Rails 5.x)
Template: Build a Ruby / Rails development environment with a Docker container (Ubuntu version)
Create a java web application development environment with docker for mac part2
Lightweight PHP 7.4 development environment created with Docker
Template: Build a Ruby / Rails development environment with a Docker container (Mac version)
Build a simple Docker + Django development environment