1
0

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.

メモ:Mac OSでMemory Analyzerが動かない件

Posted at

何故かJava 6を使おうとする問題

/Applications/mat.app/Contents/Info.plist の下の方にそれっぽい指定があるので、それを書き換える。

<key>Eclipse</key>
<array>
	<string>-vm</string><string>/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java</string>
	<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options,
			or add a VM found via $/usr/libexec/java_home -V
		<string>-vm</string><string>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands/java</string>
		<string>-vm</string><string>/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/bin/java</string>
	-->
	<string>-keyring</string>
	<string>~/.eclipse_keyring</string>
	<string>-showlocation</string>
</array>

GUIが操作を受け付けない問題

https://www.eclipse.org/forums/index.php/t/1090889/ によるとSWTのバージョンの問題らしい。

https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.7.1a-201710090410/swt-4.7.1a-cocoa-macosx-x86_64.zip からSWTをダウンロードして置き換えれば良いとのこと。

mv swt.jar /XXXXXXXXXXXXXXXX/mat.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.XXXXXXXXXXXXXXXX.jar
1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?