Answer the question
In order to leave comments, you need to log in
How to install IntelliJ IDEA on ubuntu 15.10?
Hello. Please help me solve the problem. Yesterday I installed a brand new ubuntu 15.10. Started installing software. So for example, clion got up without problems, but IntelliJ issues
Unrecognized VM option 'MaxPermSize=350m'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
java -version -version
java version "1.9.0-ea"
Java(TM) SE Runtime Environment (build 1.9.0-ea-b81)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b81 , mixed mode)
Answer the question
In order to leave comments, you need to log in
MaxPermSize has been deprecated in Java 8, hence the error
There are idea.vmoptions and idea64.vmoptions files in the bin folder or higher - find the line -XX:MaxPermSize=350m in them and comment it out (i.e. add # to the beginning), it should turn out
# -XX:MaxPermSize=350m
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question