啟動intellij時報錯Failed to load JVM DLL..jre\bin\jvm.dll,If you already have 32-bit JDK installed
一、問題
啟動intellij時報錯:
這個錯誤是說,intellij需要載入jdk中的jvm.dll檔案,但你的電腦裝的是32位的java。也就是說你的java需要裝64位的。
二、出錯原因
java官網把64位和32位的搞混了。
我電腦上裝的是java1.8.0的版本,是從java官網下載的。
三、檢視java位數
我們平常都是這樣檢視java位數的
dos視窗輸入java -version,返回了64-Bit,所以認為是64位。
但java官網把64位和32位弄錯了。所以說明我們裝的是32位的
四、安裝java64位
所以我們需要安裝真正64位的java
連結:https://pan.baidu.com/s/1xnYyqFt5IMRlseFm20FFRg
提取碼:ih9d
五、檢視新的java位數
沒有64-bit了,所以我們裝對了
六、啟動intellij
啟動成功,沒有報這個錯誤了
相關文章
- 啟動idea報Failed to load JVM DLL..jre\bin\jvm.dll,If you already have 32-bit JDK installedIdeaAIJVMJDK
- 【Intellij IDEA】開啟IDEA時錯誤:Failed to load JVM DLL ...\jvm.dllIntelliJIdeaAIJVM
- studio if you already have a 64-bit JDK installedJDK
- 啟動 idea 彈出“Failed to load JVM DLL\bin\server\jvm.dll”錯誤的解決方法IdeaAIJVMServer
- Windows 啟動 Idea 報錯 if you already hava a 64-bit JDK ... 以及 failed to create jvm...WindowsIdeaJDKAIJVM
- 【軟體安裝故障排除】安裝完PyCharm,啟動時彈出"Failed to load JVM DLL\bin\server\jvm.dll"解決方案PyCharmAIJVMServer
- vs code jshint報錯或者Open browser failed!! Please check if you have installed the browser correctly!錯誤.JSAI
- 啟動IDEA 報 failed to load jvm dll XXX 錯誤IdeaAIJVM
- 啟動idea時, 碰到 "failed to load JVM DLLIdeaAIJVM
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- 啟動idea時, 碰到"failed to load jvm DLL ..."錯誤 解決方案IdeaAIJVM
- IDEA啟動時報Failed to create JVM錯誤的解決IdeaAIJVM
- git在pull時報錯You have not concluded your mergeGit
- idea系列:解決啟動 failed to load JVM DLL 提示IdeaAIJVM
- 【故障】安裝完Pycharm,啟動時碰到"failed to load jvm dll"的解決方案PyCharmAIJVM
- Redis 啟動報錯Address already in useRedis
- You don't have write permissions for the /usr/bin directory.
- 奇怪報錯資訊“db already exists with different case already have”解決方法
- PyCharm啟動報錯:Failed to create JVM.解決辦法之一PyCharmAIJVM
- pycharm啟動時候出現 fail to load jvm dllPyCharmAIJVM
- sshd啟動報錯Could not load host key
- android studio安裝完後,開啟提示failed to load jvm dllAndroidAIJVM
- tomcat-啟動報錯Multiple Contexts have a path of "/xxxx"TomcatContext
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- 啟動uwsgi報錯ImportError: No module named, unable to load appImportErrorAPP
- windows cmd 提示 No JVM installation found.Please install a 32-bit JDKWindowsJVMJDK
- matplotlib使用時報錯RuntimeError: Python is not installed as a framework(一)ErrorPythonFramework
- 執行yarn報錯-node_modules\pngquant-bin: Command failedYarnAI
- Git push時報錯:fatal: Could not read from remote repository. Please make sure you have the correct access rightsGitREM
- Vue 啟動專案報錯 Failed to compile with 2 errorsVueAICompileError
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- Mongodb安裝坑 - Service 'MongoDB Server' (MongDB) failed to start. Verify that you have...MongoDBServerAI
- Vue啟動報錯 Cannot find module 'webpack/bin/config-yargs'VueWeb
- IDEA提示failed to load JVM DLL的解決辦法IdeaAIJVM
- Can't load IA 32-bit .dll on a
- mybatis(錯誤) 專案啟動時報“Result Maps collection already contains value forxxx”的解決方案MyBatisAI
- NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load xxxx錯誤解決方法ErrorAIXMLHTTP
- 解決pgpool啟動報錯 ifup[/sbin/ip] doesn't have setuid bitUI