idea2024 start failed

已回答

run IntelliJ IDEA 2024.3.2.2 fail.

The error message:

archived non-system classes are disabled beacause the java.system.class.loader property is specified.To use archived non-sysstem classes,this property must not be set exeception in threa main fatal error in native method:processing of -javaagent failed,processJavaStart failed.

I see some post let me remove idea.jdk. but i can't find idea.jdk in \AppData\Roaming\JetBrains\IntelliJIdea2024.3.

amazing is i can run IntelliJ IDEA Community Edition2024.3.1,So how do I get the official version to run now?

0

I have the same problem

0

I just solved this problem, find the file AppData\Roaming\JetBrains\IntelliJIdea2024.3\idea64.exe.vmoptions

and delete “-javaagent:xxxxxxxx”

0
Please make sure that you don't use any crack (AFAIK, some crack can cause this issue).

Please also try to remove any lines containing javaagent in C:\Users\your_shstem_username\AppData\Roaming\JetBrains\IntelliJIdea2024.3\idea64.exe.vmoptions to see if it helps.
0

Mac Os:

open ~/Library/Application\ Support/JetBrains/IntelliJIdea2024.3/
find idea.vmoptions and delete the line:"-javaagent:xxxxxxx"

0

请先登录再写评论。