Macのアイデアが開かない

公式サイトからアイデアをダウンロードしたところ、インストール完了後、ダブルクリックで開くと、点滅してソフトウェアが開かない。

Finderを開く->アプリケーション-> IntelliJ IDEA->パッケージの内容を表示:

 

image.png

 

パッケージディレクトリを表示した後、以下のプロンプトに従います。

 

image.png


上記のスクリプトをダブルクリックして実行すると、印刷を制御するための情報は次のようになります。

Last login: Tue Feb 18 13:56:56 on console

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
qiuyuandeMacBook-Pro:~ drebander$ /Applications/IntelliJ\ IDEA\ 2.app/Contents/MacOS/idea ; exit;
2020-02-18 14:50:13.255 idea[970:27966] allVms required 1.8*,1.8+
2020-02-18 14:50:13.258 idea[970:27983] Value of IDEA_VM_OPTIONS is (null)
2020-02-18 14:50:13.259 idea[970:27983] Processing VMOptions file at /Users/drebander/Library/Preferences/IntelliJIdea2019.3/idea.vmoptions
2020-02-18 14:50:13.260 idea[970:27983] Done
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Error opening zip file or JAR manifest missing : ../bin/jetbrains-agent.jar
Error occurred during initialization of VM
agent library failed to init: instrument
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...491 completed.

[进程已完成]

上記のアイデアの起動ログを見ると、jarの不足が原因で起動できないことが
わかります。jarパッケージjetbrains-agent.jarをエラーが報告されたパス(アイデアのbinディレクトリ)に置き、ダブルクリックしてアイデアを開始します。
うまくいきました〜!

エラーの理由が私のものと同じで、jetbrains-agent.jarが欠落しているが、どこにダウンロードするかわからない場合は、
https://www.jianshu.com/p/5c24dad19e0aを参照してください
。エージェントをダウンロードする最初のステップパッケージ。

以前に使用したクラック版で、後で本物のアイデアを使用した場合、公式ウェブサイトからダウンロードした後も上記の現象が発生します。現時点での解決策は
、MACでjetbrainsを検索すると、検索結果が表示されます

 

image.png

 

上のフォルダに表示されているのはこんな感じ

 

image.png


次に、このフォルダを削除し、削除して再度開きます。問題ありません。

おすすめ

転載: blog.csdn.net/sanmi8276/article/details/108522676