6
5

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.

OS X YosemiteでIllustrator CS6をJava SE 8で動作させる。

Last updated at Posted at 2015-09-26

はじめに

OS X YosemiteでIllustrator CS6を起動すると以下のような警告ダイアログが表示される。

警告ダイアログ

「詳しい情報」をクリックするとAppleのサイトに飛ばされて、Java 6をインストールしろと言われるが、今更Java 6というのも何なので、Java 8でなんとかする方法をまとめておく。

手順

  1. Java 8が入っていなければ、Oracleのサイトから最新のインストラーを入手してインストールしておく。
  2. ターミナルを開いて、以下の空ディレクトリを作成する。
bash
$ sudo mkdir -p /System/Library/Java/JavaVirtualMachines/1.6.0.jdk
$ sudo mkdir -p /System/Library/Java/Support/Deploy.bundle

これでおしまい。

参考

Java for OS X 2015-001
https://support.apple.com/kb/DL1572

Java SE 8 on Mac OS X
https://oliverdowling.com.au/2014/03/28/java-se-8-on-mac-os-x/

Eclipse Kepler for OS X Mavericks request Java SE 6
http://stackoverflow.com/questions/19563766/eclipse-kepler-for-os-x-mavericks-request-java-se-6/

Issue 65730: DDMS requests JRE installation on OSX 10.9.1 with JDK 1.7.0_51 installed
https://code.google.com/p/android/issues/detail?id=65730

6
5
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
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?