Skip to content

Commit 8e268f1

Browse files
committed
Add a getting started document for IntelliJ IDEA
1 parent 6b47977 commit 8e268f1

10 files changed

+436
-15
lines changed

docs/sources/getting-started.rst renamed to docs/sources/getting-started-eclipse.rst

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=======================
2-
Getting Started
3-
=======================
1+
===============================
2+
はじめよう! (Eclipse)
3+
===============================
44

55
.. contents:: 目次
66
:depth: 3
@@ -10,32 +10,29 @@ Getting Started
1010

1111
開発環境のセットアップ方法と基本的なデータベースアクセスの実行方法を紹介します。
1212

13-
.. _IntelliJ Doma support plugin: https://github.com/siosio/DomaSupport
14-
15-
.. note::
16-
17-
このドキュメントでは、IDE として Eclipse を用いますが、
18-
Eclipse の代わりに IntelliJ IDEA を利用して開発することも可能です。
19-
IntelliJ IDEA を利用する場合は、 `IntelliJ Doma support plugin`_ の併用をお奨めします。
20-
2113
JDK のインストール
2214
==================
2315

2416
.. _JDK 8: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
2517

2618
`JDK 8`_ をインストールしてください。
2719

20+
.. note::
21+
22+
JDK 9 や JDK 10 もサポートされています。
23+
2824
Eclipse のインストール
2925
======================
3026

31-
.. _Eclipse Standard 4.4: http://www.eclipse.org/downloads/
27+
.. _Eclipse: http://www.eclipse.org/downloads/
3228

33-
`Eclipse Standard 4.4`_ をインストールしてください。
29+
`Eclipse`_ をインストールしてください。
3430

3531
.. note::
3632

3733
Eclipse IDE for Java EE Developers など他のパッケージでも動作しますが
38-
このドキュメントでは Eclipse Standard を対象とします。
34+
このドキュメントでは Eclipse Standard 4.4 で動作確認しています。
35+
上位のバージョンでも動作すると思われます。
3936

4037
Eclipse プラグイン Doma Tools のインストール
4138
============================================

0 commit comments

Comments
 (0)