File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Java Development Tools
2
2
| [ English] ( README.md ) | [ Русский] ( README.ru.md ) |
3
3
4
- (document is under development)
5
-
6
4
Required software:
7
- 1 . Compilers:
8
- 2 . Linters:
5
+ 1 . Compilers: javac, provided by [ jdk ] ( http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html )
6
+ 2 . Linters: [ linter-javac ] ( https://atom.io/packages/linter-javac ) for [ Atom ] ( https://atom.io )
9
7
3 . VCS - Version Control System - [ GitHub] ( https://github.com/ ) , [ GIT] ( https://git-scm.com/ ) , [ GUI] ( https://desktop.github.com/ )
10
8
11
9
Optional tools:
12
- 1 . IDE - Integrated development environment:
13
- 2 . CI - Continuous Integration:
10
+ 1 . IDE - Integrated development environment: [ IntelliJ IDEA ] ( https://www.jetbrains.com/idea/ ) , [ Eclipse ] ( https://eclipse.org )
11
+ 2 . CI - Continuous Integration: [ TravisCI ] ( https://travis-ci.org/ )
Original file line number Diff line number Diff line change 1
1
# Инструменты разработчика Java
2
2
| [ English] ( README.md ) | [ Русский] ( README.ru.md ) |
3
3
4
- (документ в процессе написания)
5
-
6
4
Обязательные компоненты:
7
- 1 . Компиляторы:
8
- 2 . Линтеры:
5
+ 1 . Компиляторы: javac, содержащийся в [ jdk ] ( http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html )
6
+ 2 . Линтеры: [ linter-javac ] ( https://atom.io/packages/linter-javac ) для [ Atom ] ( https://atom.io )
9
7
3 . VCS - система контроля версий - [ GitHub] ( https://github.com/ ) , [ GIT] ( https://git-scm.com/ ) , [ GUI] ( https://desktop.github.com/ )
10
8
11
9
Опциональные компоненты:
12
- 1 . IDE - редактор или среда разработки:
13
- 2 . CI - непрерывная интеграция:
10
+ 1 . IDE - редактор или среда разработки: [ IntelliJ IDEA ] ( https://www.jetbrains.com/idea/ ) , [ Eclipse ] ( https://eclipse.org )
11
+ 2 . CI - непрерывная интеграция: [ TravisCI ] ( https://travis-ci.org/ )
You can’t perform that action at this time.
0 commit comments