Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

Force Intellij IDEA to reread all maven dependencies

How to force intellij idea to reread/update all dependencies specified in the pom file ?

maven intellij-idea
Error: Could not find or load main class in intelliJ IDE

I'm a beginner in Java and am trying to run my code using IntelliJ that I just installed as my …

java compiler-errors intellij-idea
What is the best IDE to develop Android apps in?

I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse …

android eclipse intellij-idea
Error:java: invalid source release: 8 in Intellij. What does it mean?

Im trying to compile some code in I'm using Intellij Ultimate 13.1.4, but I get the following error and I have …

java intellij-idea compilation javac intellij-13
How do you input commandline argument in IntelliJ IDEA?

When I input commandline arguments, In Eclipse, using with run configuration. But I don't Know How do i input commandline …

command-line arguments intellij-idea
How to generate Class Diagram (UML) on Android Studio (IntelliJ Idea)

I've try to search and found this link, but Ctrl+Alt+Shift+D doesn't work. I also use find Action …

android android-studio intellij-idea ide class-diagram
IntelliJ Organize Imports

Does IntelliJ have an Organize Imports feature similar to that in Eclipse? What I have is a Java file with …

java intellij-idea
IntelliJ: Working on multiple projects

We build in maven multiple projects (let's name them A,B,C). Project A uses .jar of project B which …

intellij-idea
IDEA: javac: source release 1.7 requires target release 1.7

When running a JUnit test, using IntelliJ IDEA, I get How can I correct this? Using SDK 1.7 Module language level …

java intellij-idea
IntelliJ IDEA generating serialVersionUID

How do generate this value in IntelliJ IDEA? I go to Settings -> Errors -> Serialization issues -&…

java serialization intellij-idea