About 471,000 results
Open links in new tab
  1. Correct way to add external jars (lib/*.jar) to an IntelliJ IDEA project

    When creating a new Java project in IntelliJ IDEA, the following directories and files are created: ./projectname.iml ./projectname.ipr ./projectname.iws ./src/ I want to configure IntelliJ IDEA to

  2. intellij idea - How to open and edit multiple projects in the same ...

    Looking through the answers to date, the basic gist I see is that IntelliJ defines what Eclipse calls "projects" as modules, and "workspaces" as projects. The idea is to ensure that modules in the …

  3. java - Why so red? IntelliJ seems to think every …

    IntelliJ sometimes gets confused all by itself, even without the external changes Korgen described (though that is a good way to consistently reproduce it). But IDEA now contains a " Repair IDE …

  4. IntelliJ cannot log in to GitHub - Stack Overflow

    For some reason, a new IntelliJ installation is unable to log in to GitHub. (The credentials are correct.) It happens both when I try to "share project on githu" and "checkout project from version

  5. How enable auto-format code for Intellij IDEA? - Stack Overflow

    Is it possible in Intellij IDEA after typing ; or at any event formatting of this string happens automatically? For instance, to: a+b=10; after: a + b = 10; Or only possible option: Code > …

  6. java - Why does Intellij IDEA suddenly not recognize tests in test ...

    Your other editor/IDE may be battling with IntelliJ for control over generated files (*.class) -- resulting in IntelliJ reporting that No tests were found (and maybe spurious build errors too).

  7. IntelliJ IDEA way of editing multiple lines - Stack Overflow

    354 Since Idea IntelliJ IDEA 13.1 there is a possibility to edit multiple lines. Windows Alt + Shift + Mouse click macOS Option + Shift + Mouse click for selection. More about this new …

  8. Setting up and using environment variables in IntelliJ Idea

    12 I could not get environment variables to work when IntelliJ Build and run property was using Gradle. I am not sure what the root cause is, but switching to IntelliJ IDEA solved the problem. …

  9. How to set JVM arguments in IntelliJ IDEA? - Stack Overflow

    Intellij allows you to specify two types of arguments when running a Java program: VM Options Enables you to modify attributes of the JVM, including stack/heap memory allocation, system …

  10. How to add directory to classpath in an application run profile in ...

    I'm trying to add a directory to the classpath of an application run profile If I override by using -cp x:target/classes in the VM settings, I get the following error: java.lang.NoClassDefFoundEr...