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?
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.
精彩评论