cannt run IntelliJ

已回答

Hi, I met a problem about IntelliJ, I deleted all JDK and old version of intelliJ, then downloaded IntelliJ 2020.1.1, my OS is window10, when I was installing the intelliJ, I chose option at final installation page: run the intelliJ, and it can run directly, but after I closed it, and tried to re-run it, it would not start anymore. and I repeated deleting and re-installing again, everytime,it happened exactly same. also I tried to run idea.bat file in terminal. after I typed set PATH%PATH%................, no any waring showed up at all. I donot know what is happening to my laptop. Please help me. Thank you. 

0

Hello,

Does it show splash screen? Do you see IDEA process in process explorer? Do you use any antivirus software? Are there any messages when you run idea.bat?

0
Avatar
Permanently deleted user

HI, Yaroslav Bedrov, It does not show splash screen, but when i clicked intelliJ icon, a blue circle showed up for one second, than that circle disappeared. and nothing happened. i donot have process explorer, but in task explorer, i cannt find intelliJ at all. and I also turn off the antivirus software for intelliJ. when I tred to open idea.bat in the folder, it showed, I donot have idea.bat, and then i tried in terminal to run it, but after I typed that command, no waring showed up. 

0

> when I tred to open idea.bat in the folder, it showed, I donot have idea.bat, and then i tried in terminal to run it, but after I typed that command, no waring showed up

Could you please attach screenshot after running idea.bat in terminal?

 

0
Avatar
Permanently deleted user

yea, I found out i USED wrong command , i used the set path command, rather than "idea.bat". after I typed"idea.bat", intelliJ started running, but should I do something here about the warning? but when I clicked the intelliJ icon, I cannt run it, why? 

0
0
Avatar
Permanently deleted user

I met problem again, when I tried to "idea.bat", I can not run it any more. it reminded me this.

0
Avatar
Permanently deleted user

I just changed the settings(the font, and the background color) then when I ran it, showed that extra warning.

0
Avatar
Permanently deleted user

this is my vmoption file

-Xms128m
-Xmx750m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-XX:CICompilerCount=2
-Dsun.io.useCanonPrefixCache=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Djdk.attach.allowAttachSelf=true
-Dkotlinx.coroutines.debug=off
-Djdk.module.illegalAccess.silent=true

 

 

this is the screen cut after i changed background color and font. i deteled it then re-installed it again then repeat everything I have done, then i got this same result.

 

0

What about logs (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)?  Are there any? Looks like 32-bit JDK is used to run IDE. Does it help to run "idea.exe" instead of "idea64.exe"? By the way - what vmoptions file did you posted - idea.exe.vmoptions or idea64.exe.vmoptions ?

0
Avatar
Permanently deleted user

Hi, thank you so much for contributing your time to help me. I do appreciate it. 

that vmoptions file was idea64.exe.vmoptions. I run "idea.bat" in command line, I also checked log, there was too much information in the log. so I did not screen cut the pic, but I did pick out some parts, I attached them here. About 32-bit JDK, I remembered that when I installed IntelliJ, that was a page asking me if i want to down load 32bit runtime? but when after itset up and when I tried to create new project, at "Java"--"Project SDK" part, I picked my own JDK ,

0
Avatar
Permanently deleted user

this was the result that tried to run "idea.exe" and "idea64.exe" and "idea.bat".(the second pic) , i donot know why I can only run idea.bat(before i changed font and background color), 

after I changed my font and background color, i checked the log, it was this information(the first pic)

0
Avatar
Permanently deleted user

I solved the problem. if i run idea.exe, i need to download 32bit jdk, so i just run idea.bat in terminal to open intelliJ. also, i changed jdk for importer to my 64bit jdk, then everything now is working, just cannt run it by clicking icon. i can only run it from terminal by command: "idea.bat"

0
Avatar
Permanently deleted user

you are amazing, i reinstalled vc++2015, everything now is working, even after I changed font and background color, I can run it in terminal and by clicking icon. oh my god, finally, thank you very much! 

0

You are welcome!

0

请先登录再写评论。