Cant launch IntelliJ on OSX-yesomite - intellij-idea

I upgraded my machine few days back. I am trying to launch IntelliJ however I get this message
I changed the JVM Version in Info.plist to 1.8*
<key>JVMVersion</key>
<string>1.8*</string>
Still I was not able to launch IntelliJ
Any workaround?

Related

IntelliJ terminal suddenly stopped showing path

I am using IntelliJ community version 2019.3.1 on Win10
Terminal was working fine until suddenly it stopped showing the project path and only a cursor is blinking. Not able to type anything. Tried Clt+C but nothing working.

SceneBuilder not loading in Intellij

Scene Builder does not open in my Intellij. I've tried different JDK versions, but I just cant get it to load up in my IDE. It was working before I had to reinstall my OS. I don't get an error or anything, the Scene Builder window is just blank. It works if I run it standalone though.
I'm on Ubuntu 20.04.1. Using JDK 11 and Scene Builder for JDK 11. I tried with JDK 14 and I still get the same issue. I attached an image of the screen I get.
Any help? Intellij asked me to download the Scene Builder kit, then it asked me to download JavaFX. I did. Then I ended up here. JavaFX was included as a global library though so I didn't quite understand that.
What should I do?
You should go to setting-plugins- search for javaFX and install JAvaFX Runtime for Plugins.
Restart again and the problem will be solved.
The solution for me was 'Settings> Plugins> search JavaFX' to enable and disable this plugin, then restart intellij idea
You can run the SceneBuilder from outside Intellij and simply select your FXML, which works better in some cases, because there are some problems with the BuildIn Version (at least on Windows)
You can download it from Gluon.
2023 Answer
I am currently using IntelliJ Ultimate.
Build #: 223.8617.56
Runtime version: 17.0.5+1-b653.25 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
To fix the missing SceneBuilder issue, I completely disabled the JavaFX Runtime for Plugins plugin and restarted IntelliJ.
When I did that, I received 2 banners to install JavaFX and the proper JDK.

What is the reason for intellij IDEA for not launching (Failed to load JVM DLL)?

On my computer (64 bit operating system, x64 based processor) I installed Amazon Correto JDK 11 (for 64 bit) and IntelliJ IDEA. it was working till today without any issues. But now I can not open my Intellij IDEA. In fact it is not even launching.
I checked the environment variables and path reference of Java. It is all set. But when I double click on Intellij IDEA it is showing loading sign for a moment but it is not launching. I tried to run the same by going to it's directory and by using cmd. But still it is not launching. When I try to open the 32-bit version I get an error, but I know it is obvious, because I am using a JDK version for 64 bit. I want to know why my Intellij IDEA is not launching. Even after downloading the appropriate Java version and setting up the path correctly. There were no issues till today. I tried reinstalling my Java and Intellij. Still the issue is there. If anyone can help, please let me know the reason.
You are trying to run 32-bit idea.exe while your default JDK points to 64-bit JDK, hence the problem. Please use idea64.exe instead that will run on the bundled JetBrains Runtime.
In case idea64.exe also fails, please run using idea.bat inside cmd.exe to see if there any errors logged in the console.
Perform the steps from this document if the issue is caused by some plug-in or corrupted options.

IntelliJ stucks at loading page

IntelliJ stuck at loading page. It cannot open. What should I do?
My default java version is JDK 10. I downloaded JDK 9 and changed to jdk9. Then when i open Intellij, it stuck at loading page. I am using MAC Pro. I have reinstalled the app but it still does not work. help
you should check the log file. It's located in:
~/Library/Logs/IdeaIC<VERSION>
note: you must replace <VERSION> with your version number.

Dart 1.12.0 Intellij upgrade issues

I have updated the dart-sdk and dartium but when I go into intellij to update the plug-in, It will tell me there is not a newer version from 141.1586 when 142.4509 is the latest version. So I have tried to download and install the plugin manually but I get an error "Plugin 'Dart' is incompatible with this installation". I have even gone as far as shutting down Intellij IDEA 14.1.4 and overwritting the files in the plugin directory (which didn't work). Does anyone know what I need to do to fix this issue?
I am running Windows 10 64bit
The latest Dart plugin releases that have version 142.* are compatible only with IntelliJ IDEA 15 EAPs.