0
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 1 year has passed since last update.

DatashareのmacOSへのインストール

Posted at

macOSへの Datashareのインストールが上手くいかなかったので、上手くいくために行ったことです。

環境

macOS Sonoma 14.0

やったこと

Homebrew経由でのjavaのインストール

brew install java
brew link java --force

Datashare.commandファイルの修正

以下のファイルへ修正をしました。
/Applications/Datashare.app/Contents/MacOS/Datashare.command

以下をコメントアウト。

# java_bin="$(/usr/libexec/java_home -F -v $jre_version)/bin/java"

which java でJavaの場所を調べて、以下を追記。

java_bin="/opt/homebrew/bin/java"

参考

0
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
0
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?