
13:49:54,409 INFO - Pre-loaded process ready in 672 msĪnd here is content of idea.log: 13:49:47,242 INFO - # - IDE STARTED. 13:49:54,321 INFO - .FileChannelUtil - un-interruptible FileChannel-s will be used for indexes 13:49:54,228 INFO - Project has 1 modules, 19 libraries 13:49:54,039 INFO - Loading model: project path = D:/programming/tools/large-table-ia-partitioning, global options path = C:/Users/user/AppData/Roaming/JetBrains/IntelliJIdea2020.2/options 13:49:54,021 INFO - .win32.IdeaWin32 - Native filesystem for Windows is operational 13:49:54,014 INFO - Connection to IDE established in 241 ms Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2019.3.3/plugins/java/lib/jps-launcher.jar iml) as Maven project, it was not able to resolve any JDK classes.Ī bit strange thing for me from build log is that it uses CP from old Idea version (2019.3.3) 13:49:53,747 INFO - Build process started. However I wanted to write some simple program, so I have copied old simple project so I don't need to setup everything from scratch. In my main work project I do not have any problem with resolving Java classes. After restarting the IDE my imports resolved. I managed to remove the plugin by navigating to ~/Library/Application Support/JetBrains/IdeaIC2020.1/plugins in my terminal and running rm -rf. Strangely enough, my "Quick Search" also was not working. I tried to navigate to the IDE Preferences, but realised that I was unable to open them (both through the menu and keyboard shortcut). On inspection of the logs, I noticed that there was a CSV plugin which was throwing an error: 12:35:13,849 ERROR - While loading class .: net/seesharpsoft/intellij/plugins/csv/intention/CsvShiftColumnLeftIntentionAction has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0 ``` I managed to resolve the issue, so I am posting my solution here so others may benefit from it in future. I had tried 'Reimport' previously with no success.
