It's due to IntelliJ IDEA need fixed installation of JDK, it have to be one of the following location:
- /usr/java
- /opt/java
- /usr/lib/jvm
Remark: After you installed JDK in the location, you have to set environment parameter point to the installed location. In my practice, I use the following commands in Terminal to update alternatives:
$sudo update-alternatives --install /usr/bin/javac javac /opt/java/bin/javac 1
$sudo update-alternatives --install /usr/bin/java java /opt/java/bin/java 1
where /opt/java/ is the location of my installed JDK.
![Install Android Studio on Ubuntu with error of "Plugin com.intellij failed to initialize and will be disabled" thumbnail](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1v_d5Z2YAI43wYGaEuX3UGoP2k3u-z40mLSSNat0FP4lHN-FsFw2KX6d_wTQqHoydNcDQsAo7D8Q0TP2A1E9qaWsH4yrfHZBU88wcveZFNMq5VEucHkSB1aIzMxWlAx9kHXp120BEAVw/s72-c/intelliJ_error.png)
Title: Install Android Studio on Ubuntu with error of "Plugin com.intellij failed to initialize and will be disabled"
Rating: 100% based on 99998 ratings. 10 user reviews.
Post by 2:20 AM
Rating: 100% based on 99998 ratings. 10 user reviews.
Post by 2:20 AM
0 comments:
Post a Comment