开发者

IntelliJ hangs when selecting a JDK

开发者 https://www.devze.com 2023-03-19 06:55 出处:网络
I have installed IntelliJ 10.5.1 CE and are about to create my first Java project in it. But I have to select a path to JDK. And when I press the button \"Configure...\" and the file dialog comes up -

I have installed IntelliJ 10.5.1 CE and are about to create my first Java project in it. But I have to select a path to JDK. And when I press the button "Configure..." and the file dialog comes up - then IntelliJ hangs, and I have to kill开发者_如何学Go it. I use it on Mac OS X.

How can I solve this?

IntelliJ hangs when selecting a JDK


I had the same problem on a PC under windows. In Device Manager, I disabled the CD-ROM drive. It's basically hanging on a local or network drive that is mounted.


Check the following bugs:

  • IDEA-70046 IntelliJ 10.5 freezes on filebrowser usage (german) Mac OS X 10.5 & 10.6
  • IDEA-71695 Open file dialog hangs on Mac

It may help if you disable native file chooser dialogs:

Command+Option+Shift+/ | Registry | uncheck "ide.mac.filechooser.native"

If it doesn't help, attach a thread dump to the second issue.

0

精彩评论

暂无评论...
验证码 换一张
取 消