简体   繁体   English

我很难启动我的 IntellijIDEA 2019.2

[英]I'm having a hard time launching my IntellijIDEA 2019.2

I tried running the idea batch file from the bin folder and it worked.我尝试从 bin 文件夹运行idea批处理文件,它工作正常。 but i wouldn't like to have to open through the batch file.但我不想通过批处理文件打开。

在此处输入图像描述

Welcome to Stack Overflow.欢迎来到堆栈溢出。

Please ensure that JAVA_HOME variable is defined in Environment Variables .请确保JAVA_HOME变量在Environment Variables中定义。 Seems like currently your JAVA_HOME points to IntelliJ IDEA directory, but it should point at Java installation directory.似乎当前您的JAVA_HOME指向 IntelliJ IDEA 目录,但它应该指向 Java 安装目录。

For example, my JAVA_HOME is defined as: C:\Program Files\Java\jdk1.8.0_221比如我的JAVA_HOME定义为: C:\Program Files\Java\jdk1.8.0_221

First, make sure you have(or download) a 64-bit version of the JDK.首先,确保您拥有(或下载)JDK 的 64 位版本。

Then follow this tutorial to set up the JAVA_HOME variable:然后按照本教程设置 JAVA_HOME 变量:

https://www.google.com/amp/s/javatutorial.net/set-java-home-windows-10/amp https://www.google.com/amp/s/javatutorial.net/set-java-home-windows-10/amp

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在实现链接列表类时遇到了困难 - I'm having a hard time implementing my linked list class 我只是很难从我的 Java 课程中理解课程材料 - I'm just having hard time understanding the class material from my java class 我很难在JavaFX中调整某些元素的大小 - I'm having a hard time getting some elements to resize in JavaFX 我很难从第一帧开始调用变量 - I'm having a hard time calling the variable from first frame 我很难理解Java对象和类 - I'm having a hard time understanding Java objects and classes 我很难理解和实现构造函数,我正在寻找一些指导 - I'm having a hard time understanding and implementing a constructor and I'm looking for some guidance 所以我很难理解什么时候使用静态以及什么时候从函数头中排除它 - So I'm having a hard time understanding when to use static and when to exclude it from function headers 我在使用 LibGDX TileMaps 时遇到了困难 - I am having a hard time with LibGDX TileMaps 这是我第一次使用 Swing,我在使用 JPanel 时遇到了问题 - This is my first time using swing and I'm having issues with the JPanel Android studio-我很难弄清为什么onTouchtEvent无法识别手指运动。 有什么建议么? - Android studio-I'm having hard time figuring out why the onTouchtEvent doesn't recognize finger movment . any suggestions?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM