0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Javaをはじめよう - 開発環境をつくる①

Last updated at Posted at 2019-12-04

#Javaをはじめよう
Javaのプラグラムを組むときは,**IDE(統合開発環境)**を使いましょう。IDE以外でJavaのプログラムを組むにはメモ帳なども使えますが,こちらは軽めのプログラムを試すときに使いましょう(大規模なプログラムを組むには向いていない)。
#IDEをインストールしよう
まず,IDEとは,Javaなどのプログラムを扱うときに効率よくコードを組めるアプリケーションです。
無償で公開されているものもあります。JDKとインストールすれば,すぐに使用することができます。
追記: 今回説明したIDEにはJDKがセットになっているためJDK単体は不要です!!

JDKとは,Java SE Development Kit(Java SE開発キット)の略。無料でインストールができます。
今回は詳しい説明は省きます。

代表的なIDEとしてEclipseIntelliJ IDEAがあります。
しかし単体だとすべて英語となっているため,日本語したい場合は,Pleiades All in OneというIDEを使い,EclipseやIntelliJ IDEAなどといったIDEを日本語化することができます。
これらを使うことで,大規模なプログラムを効率よく組むことができます。

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

私はEclipseを使っていくので,Eclipseの導入方法を別記事で説明します。
~~記事が完成したらリンクを張っておきます~~~

次) Javaをはじめよう - 開発環境をつくる②
https://qiita.com/_Hage_K/items/08308ff5abd372155fbc

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?