I am trying to import Gradle project in Intellij Idea with local Gradle distrib and getting stacktrace with the following message: Could not target platform: 'Java SE 8' using...
Is there a way to exclude particular file extension from the results in IntelliJ IDEA’s “Find in Path” dialog (invoked by CTRL + SHIFT + F)? I want to...
This question already has answers here: How to stop IntelliJ truncating output when I run a build? (8 answers) Closed 5 years ago. Looks like there is a limit...
When I used Eclipse it had a nice feature to generate serial version UID. But what to do in IntelliJ? How to choose or generate identical serial version UID...
Is there a way to create a new class in a desired location without using the mouse in IntelliJ? I understand there is no keyboard binding in the default...
This problem happens intermittently for different libraries and different projects. When trying to import a library, the package will be recognized, but the class name can’t be resolved. If...
I am looking for a way to view all compile errors in IntelliJ, similar to how they are displayed in Eclipse. I tried searching here and Google but have...
I’m just starting the computer science program at my college, and I’m having some issues with IntelliJ. When I try to run unit tests, I get the message Process...
I got an error in Eclipse. What does this error message means: The type iglu.ir.TermVector cannot be resolved. It is indirectly referenced from required .class files 22 Answers 22
Yesterday I switched to IntelliJ IDEA from Eclipse. I am using JRebel with WebSphere Server 7 as well. Everything now seems to be working somewhat fine, except that when...