Macデビュー Mac miniを購入してやったこと

Mac
Table of Contents
Download the Latest Java LTS Free
Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.
http://javaworld.helpfulness.jp/post-50/
  • JAVA_HOMEでのJavaのバージョン切り替え方法

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
javac -version

/usr/libexec/java_home は、シンボリックリンクらしい

  • eclipseインストール

ダウンロードして解答をする

http://www.eclipse.org/downloads/
tar xzf eclipse-jee-luna-R-macosx-cocoa-x86_64.tar.gz
eclipseディレクトができているのでリネイムし、「アプリケーション」フォルダへ移動

日本語化Pleiadesの設定方法が非表示にわかりやすかった。

MacのEclipse をPleiades化

eclipse.iniの設定
アイコンを右クリックして、メニューから「パッケージの内容を表示」をクリック
「Contents」→「MacOS」→「eclipse.ini」を開いて修正

Subversive
http://qiita.com/chosan211/items/2b375202c598e8e55c4d

  • Windowsでいうところのタスクマネージャー

Finder→移動→ユーティリティ→アクティビティモニタ

  • Finderにドット付きのファイルを表示する方法

表示する

defaults write com.apple.finder AppleShowAllFiles TRUE

表示しない

efaults write com.apple.finder AppleShowAllFiles FALSE