mac os Catalina beta Jetbrains系软件闪退解决方案(idea闪退、datagrip闪退)

背景:今天升级了mac os Catalina public beta2,然后就爽爆了,Jetbrains系列所有软件只要有键盘操作就闪退,idea是我的主力ide啊!

百度了很久都没找到解决方法,最后还是谷歌给力!!!

先附上官方解决方案链接https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004233600-CLion-crash-on-startup-on-macOS-Catalina

https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under

解决方法:不要使用idea自带的jdk。

command+Shfit+A  搜索actionmac os Catalina beta Jetbrains系软件闪退解决方案(idea闪退、datagrip闪退)_第1张图片

切换系统jdk重启软件就复活了!

 

All platforms: download and install JetBrains Runtime via JB SDK Bintray Downloader plug-in

  1. InstalltheJB SDK Bintray Downloaderplugin (screenshot).
  2. Start the IDE, use Help |Find Action(Ctrl+Shift+A or Cmd+Shift+A on Mac), type "Get JB SDK", pressEnter.
  3. Select the versionto install, the higher the number afterb, the more recent is the version. It makes sense to install the most recent version or the version you were asked to try by JetBrains staff.
  4. Click theDownloadbutton and wait until the file with JetBrains Runtime is downloaded.
  5. Once download is finished, click theInstallbutton, the file will be unpacked intoidea.config.path\jdks location and the full path to this JDK will be saved intoidea.config.path\.jdk file, for example:C:\Users\serge\.IntelliJIdea2017.1\config\jdks\jbsdk8u152b819.1_windows_x64. IDE will automatically restart.
  6. Verify viaAboutdialog that thenew runtime is used. Notice the vendor (should be JetBrains s.r.o) and the release number (should correspond to the number afterbin the file you've downloaded).
  7. If the JDK version in theAboutdialog doesn't match or didn't change, see below. Most likely, you have an environment variable configured which has the priority over the.jdkfile. Remove any environment variables affecting IDE runtime selection and restart.

你可能感兴趣的:(java,mac)