12
11

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 5 years have passed since last update.

Atom で Java 開発

Posted at

Atom で頑張って Java 開発する。

動作環境

  • Atom 0.106.0

Packages

Language Java

Syntax Highlighting と Snippet のプラグイン。デフォルトでインストールされている。Snippet の一覧は、Setting View の 'Language Java' の項目で確認できる。

Gradle Ci

Gradle ビルドを裏で実行し続け、エラーがあれば教えてくれるプラグイン。Gradle で javac の出力が文字化けする場合は、.bash_profile 等に以下のように記述する。

$ export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8

Linter Javac

動作確認できなかった。(2014/6/22 現在)

12
11
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
12
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?