Pycharm crashes java on installing












0















Am trying to install pycharm using the pycharm/bin/pycharm.sh and located it in /usr/bin/share on Linux mint 18(32 bit) and this is the error that am getting, i have installed both openjdk-9-jdk and openjdk-9-jre. I have no idea whats going wrong. Any help would be highly appreciated and thanks in advance.



WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
Jul 15, 2017 3:18:44 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml

Start Failed: Internal error. Please report to http://jb.gg/ide/critical-startup-errors

com.intellij.ide.plugins.PluginManager$StartupAbortedException: java.lang.reflect.InvocationTargetException
at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:94)
at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:91)
... 1 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.intellij.util.concurrency.AppScheduledExecutorService$Holder
at com.intellij.util.concurrency.AppScheduledExecutorService.getInstance(AppScheduledExecutorService.java:50)
at com.intellij.util.concurrency.AppExecutorUtil.getAppScheduledExecutorService(AppExecutorUtil.java:39)
at com.intellij.util.concurrency.AppExecutorUtil.getAppExecutorService(AppExecutorUtil.java:53)
at org.jetbrains.ide.PooledThreadExecutor.<clinit>(PooledThreadExecutor.java:32)
at com.intellij.ide.a.m.u.<init>(u.java:63)
at com.intellij.ide.a.e.b.<init>(b.java:23)
at com.intellij.idea.MainImpl.a(MainImpl.java:106)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.intellij.idea.MainImpl.access$000(MainImpl.java:29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.intellij.idea.MainImpl$1.start(MainImpl.java:48)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:147)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.intellij.idea.MainImpl.start(MainImpl.java:40)
... 6 more

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb65e2e48, pid=2734, tid=2753
#
# JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195526.buildd.src)
# Java VM: OpenJDK Server VM (9-internal+0-2016-04-14-195526.buildd.src, mixed mode, tiered, concurrent mark sweep gc, linux-x86)
# Problematic frame:
# C [libjava.so+0x18e48] JNU_GetEnv+0x18
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /root/java_error_in_PYCHARM_2734.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted









share|improve this question














bumped to the homepage by Community 17 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    0















    Am trying to install pycharm using the pycharm/bin/pycharm.sh and located it in /usr/bin/share on Linux mint 18(32 bit) and this is the error that am getting, i have installed both openjdk-9-jdk and openjdk-9-jre. I have no idea whats going wrong. Any help would be highly appreciated and thanks in advance.



    WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
    WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
    WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
    WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
    Jul 15, 2017 3:18:44 PM java.util.prefs.FileSystemPreferences$6 run
    WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml

    Start Failed: Internal error. Please report to http://jb.gg/ide/critical-startup-errors

    com.intellij.ide.plugins.PluginManager$StartupAbortedException: java.lang.reflect.InvocationTargetException
    at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:94)
    at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
    at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:91)
    ... 1 more
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.intellij.util.concurrency.AppScheduledExecutorService$Holder
    at com.intellij.util.concurrency.AppScheduledExecutorService.getInstance(AppScheduledExecutorService.java:50)
    at com.intellij.util.concurrency.AppExecutorUtil.getAppScheduledExecutorService(AppExecutorUtil.java:39)
    at com.intellij.util.concurrency.AppExecutorUtil.getAppExecutorService(AppExecutorUtil.java:53)
    at org.jetbrains.ide.PooledThreadExecutor.<clinit>(PooledThreadExecutor.java:32)
    at com.intellij.ide.a.m.u.<init>(u.java:63)
    at com.intellij.ide.a.e.b.<init>(b.java:23)
    at com.intellij.idea.MainImpl.a(MainImpl.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
    at com.intellij.idea.MainImpl.access$000(MainImpl.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
    at com.intellij.idea.MainImpl$1.start(MainImpl.java:48)
    at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:147)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
    at com.intellij.idea.MainImpl.start(MainImpl.java:40)
    ... 6 more

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # SIGSEGV (0xb) at pc=0xb65e2e48, pid=2734, tid=2753
    #
    # JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195526.buildd.src)
    # Java VM: OpenJDK Server VM (9-internal+0-2016-04-14-195526.buildd.src, mixed mode, tiered, concurrent mark sweep gc, linux-x86)
    # Problematic frame:
    # C [libjava.so+0x18e48] JNU_GetEnv+0x18
    #
    # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #
    # An error report file with more information is saved as:
    # /root/java_error_in_PYCHARM_2734.log
    #
    # If you would like to submit a bug report, please visit:
    # http://bugreport.java.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    Aborted









    share|improve this question














    bumped to the homepage by Community 17 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      Am trying to install pycharm using the pycharm/bin/pycharm.sh and located it in /usr/bin/share on Linux mint 18(32 bit) and this is the error that am getting, i have installed both openjdk-9-jdk and openjdk-9-jre. I have no idea whats going wrong. Any help would be highly appreciated and thanks in advance.



      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
      Jul 15, 2017 3:18:44 PM java.util.prefs.FileSystemPreferences$6 run
      WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml

      Start Failed: Internal error. Please report to http://jb.gg/ide/critical-startup-errors

      com.intellij.ide.plugins.PluginManager$StartupAbortedException: java.lang.reflect.InvocationTargetException
      at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:94)
      at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
      Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:91)
      ... 1 more
      Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.intellij.util.concurrency.AppScheduledExecutorService$Holder
      at com.intellij.util.concurrency.AppScheduledExecutorService.getInstance(AppScheduledExecutorService.java:50)
      at com.intellij.util.concurrency.AppExecutorUtil.getAppScheduledExecutorService(AppExecutorUtil.java:39)
      at com.intellij.util.concurrency.AppExecutorUtil.getAppExecutorService(AppExecutorUtil.java:53)
      at org.jetbrains.ide.PooledThreadExecutor.<clinit>(PooledThreadExecutor.java:32)
      at com.intellij.ide.a.m.u.<init>(u.java:63)
      at com.intellij.ide.a.e.b.<init>(b.java:23)
      at com.intellij.idea.MainImpl.a(MainImpl.java:106)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.idea.MainImpl.access$000(MainImpl.java:29)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.idea.MainImpl$1.start(MainImpl.java:48)
      at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:147)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.idea.MainImpl.start(MainImpl.java:40)
      ... 6 more

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # SIGSEGV (0xb) at pc=0xb65e2e48, pid=2734, tid=2753
      #
      # JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195526.buildd.src)
      # Java VM: OpenJDK Server VM (9-internal+0-2016-04-14-195526.buildd.src, mixed mode, tiered, concurrent mark sweep gc, linux-x86)
      # Problematic frame:
      # C [libjava.so+0x18e48] JNU_GetEnv+0x18
      #
      # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
      #
      # An error report file with more information is saved as:
      # /root/java_error_in_PYCHARM_2734.log
      #
      # If you would like to submit a bug report, please visit:
      # http://bugreport.java.com/bugreport/crash.jsp
      # The crash happened outside the Java Virtual Machine in native code.
      # See problematic frame for where to report the bug.
      #
      Aborted









      share|improve this question














      Am trying to install pycharm using the pycharm/bin/pycharm.sh and located it in /usr/bin/share on Linux mint 18(32 bit) and this is the error that am getting, i have installed both openjdk-9-jdk and openjdk-9-jre. I have no idea whats going wrong. Any help would be highly appreciated and thanks in advance.



      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$AppClassLoader
      WARN: Unknown class loader: jdk.internal.loader.ClassLoaders$PlatformClassLoader
      Jul 15, 2017 3:18:44 PM java.util.prefs.FileSystemPreferences$6 run
      WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml

      Start Failed: Internal error. Please report to http://jb.gg/ide/critical-startup-errors

      com.intellij.ide.plugins.PluginManager$StartupAbortedException: java.lang.reflect.InvocationTargetException
      at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:94)
      at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
      Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.ide.plugins.PluginManager.a(PluginManager.java:91)
      ... 1 more
      Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.intellij.util.concurrency.AppScheduledExecutorService$Holder
      at com.intellij.util.concurrency.AppScheduledExecutorService.getInstance(AppScheduledExecutorService.java:50)
      at com.intellij.util.concurrency.AppExecutorUtil.getAppScheduledExecutorService(AppExecutorUtil.java:39)
      at com.intellij.util.concurrency.AppExecutorUtil.getAppExecutorService(AppExecutorUtil.java:53)
      at org.jetbrains.ide.PooledThreadExecutor.<clinit>(PooledThreadExecutor.java:32)
      at com.intellij.ide.a.m.u.<init>(u.java:63)
      at com.intellij.ide.a.e.b.<init>(b.java:23)
      at com.intellij.idea.MainImpl.a(MainImpl.java:106)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.idea.MainImpl.access$000(MainImpl.java:29)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.idea.MainImpl$1.start(MainImpl.java:48)
      at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:147)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
      at com.intellij.idea.MainImpl.start(MainImpl.java:40)
      ... 6 more

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # SIGSEGV (0xb) at pc=0xb65e2e48, pid=2734, tid=2753
      #
      # JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195526.buildd.src)
      # Java VM: OpenJDK Server VM (9-internal+0-2016-04-14-195526.buildd.src, mixed mode, tiered, concurrent mark sweep gc, linux-x86)
      # Problematic frame:
      # C [libjava.so+0x18e48] JNU_GetEnv+0x18
      #
      # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
      #
      # An error report file with more information is saved as:
      # /root/java_error_in_PYCHARM_2734.log
      #
      # If you would like to submit a bug report, please visit:
      # http://bugreport.java.com/bugreport/crash.jsp
      # The crash happened outside the Java Virtual Machine in native code.
      # See problematic frame for where to report the bug.
      #
      Aborted






      linux java






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 15 '17 at 12:32









      lulliezylulliezy

      1012




      1012





      bumped to the homepage by Community 17 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 17 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          0














          PyCharm does not support JDK 9 because it is unstable. Try JDK 8.






          share|improve this answer































            0














            Try with real JDK from Orcale, not OpenJDK (as you can see in the error message it is a bug in the latter one). With luck an older OpenJDK will do, but in my experience the OpenJDK's in general have often problems, so jsut stick to Oracle JDK (unfortunately).






            share|improve this answer


























            • JetBrains supports OpenJDK. They even ship patched version of OpenJDK with their products. PyCharm should work both with OpenJDK and OracleJDK, but only 8 is supported while topic starter uses 9.

              – user996142
              Jul 15 '17 at 17:44











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f378648%2fpycharm-crashes-java-on-installing%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            PyCharm does not support JDK 9 because it is unstable. Try JDK 8.






            share|improve this answer




























              0














              PyCharm does not support JDK 9 because it is unstable. Try JDK 8.






              share|improve this answer


























                0












                0








                0







                PyCharm does not support JDK 9 because it is unstable. Try JDK 8.






                share|improve this answer













                PyCharm does not support JDK 9 because it is unstable. Try JDK 8.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jul 15 '17 at 15:53









                user996142user996142

                43739




                43739

























                    0














                    Try with real JDK from Orcale, not OpenJDK (as you can see in the error message it is a bug in the latter one). With luck an older OpenJDK will do, but in my experience the OpenJDK's in general have often problems, so jsut stick to Oracle JDK (unfortunately).






                    share|improve this answer


























                    • JetBrains supports OpenJDK. They even ship patched version of OpenJDK with their products. PyCharm should work both with OpenJDK and OracleJDK, but only 8 is supported while topic starter uses 9.

                      – user996142
                      Jul 15 '17 at 17:44
















                    0














                    Try with real JDK from Orcale, not OpenJDK (as you can see in the error message it is a bug in the latter one). With luck an older OpenJDK will do, but in my experience the OpenJDK's in general have often problems, so jsut stick to Oracle JDK (unfortunately).






                    share|improve this answer


























                    • JetBrains supports OpenJDK. They even ship patched version of OpenJDK with their products. PyCharm should work both with OpenJDK and OracleJDK, but only 8 is supported while topic starter uses 9.

                      – user996142
                      Jul 15 '17 at 17:44














                    0












                    0








                    0







                    Try with real JDK from Orcale, not OpenJDK (as you can see in the error message it is a bug in the latter one). With luck an older OpenJDK will do, but in my experience the OpenJDK's in general have often problems, so jsut stick to Oracle JDK (unfortunately).






                    share|improve this answer















                    Try with real JDK from Orcale, not OpenJDK (as you can see in the error message it is a bug in the latter one). With luck an older OpenJDK will do, but in my experience the OpenJDK's in general have often problems, so jsut stick to Oracle JDK (unfortunately).







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jul 15 '17 at 17:18









                    Jeff Schaller

                    42.9k1159137




                    42.9k1159137










                    answered Jul 15 '17 at 14:26









                    JaleksJaleks

                    1,471624




                    1,471624













                    • JetBrains supports OpenJDK. They even ship patched version of OpenJDK with their products. PyCharm should work both with OpenJDK and OracleJDK, but only 8 is supported while topic starter uses 9.

                      – user996142
                      Jul 15 '17 at 17:44



















                    • JetBrains supports OpenJDK. They even ship patched version of OpenJDK with their products. PyCharm should work both with OpenJDK and OracleJDK, but only 8 is supported while topic starter uses 9.

                      – user996142
                      Jul 15 '17 at 17:44

















                    JetBrains supports OpenJDK. They even ship patched version of OpenJDK with their products. PyCharm should work both with OpenJDK and OracleJDK, but only 8 is supported while topic starter uses 9.

                    – user996142
                    Jul 15 '17 at 17:44





                    JetBrains supports OpenJDK. They even ship patched version of OpenJDK with their products. PyCharm should work both with OpenJDK and OracleJDK, but only 8 is supported while topic starter uses 9.

                    – user996142
                    Jul 15 '17 at 17:44


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f378648%2fpycharm-crashes-java-on-installing%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    サソリ

                    広島県道265号伴広島線

                    Accessing regular linux commands in Huawei's Dopra Linux