4
3

More than 5 years have passed since last update.

Eclipseの設定(自分用メモ)

Posted at

会社用環境構築時のチートメモ

文字コード設定

Preferenceでのエンコード設定

- Window -> Preference -> encode UTF-8

起動時の設定

eclipse.exeと同一ディレクトリにあるeclipse.iniに以下を追記

-Dfile.encoding=UTF-8

JDKの指定

Edit configulation -> JRE
- separate JREでインストール済のJDKを指定

Code format (Space)

  • tabをspaceに変換
  • Window -> Preferences -> Java -> Code style -> Formatter
  • built inを拡張できないので、newで新しいスタイルを追加
  • editボタンクリック
  • Indentationタブクリック
  • Tab policyを"space only"に指定

別に大した設定してなった・・・(メモるまでもなかったかも)

4
3
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
4
3