Top "Intellij-15" questions

Use this when developing with the IntelliJ IDEA 15 IDE for Java.

How to use -parameters javac option in intellij?

I have this all working in eclipse and am trying to do so in intellij now. I opened settings {command …

intellij-idea intellij-15
Is possible open the same project on two instances of Intellij IDE

I have a distributed project and I need debug two nodes of my app on the same time. For this …

intellij-idea intellij-15
Gradle can't compile with java 1.8

i have started having a problem with my project. Whenever I set source and target capability in my build.gradle …

java android gradle intellij-15
How to access Iterm2 from intellij

I want to configure the terminal console in "IntelliJ Idea 15" IDE to access iterm2 on my MacOS. Tried the steps …

osx-elcapitan iterm2 intellij-15
Intellij Maven Repository self signed certificate, ssl error

In intellij (15.0.4) under settings->Maven->Repositories I get an error when clicking update on the companies repositories. org.…

maven ssl repository intellij-15
VS Code Regex find and replace with lowercase, use \l or \L if possible

Is there a way to do a find and replace (regex) all uppercase characters in the matching strings with lowercase …

visual-studio-code intellij-15
Intellij IDEA can not find tools.jar

I install Intellij IDEA 15.0.2 on Windows 8.1, run it, it asked for the path to jdk, i choose directory with JDK, …

java intellij-idea intellij-15
IntelliJ - The selected directory is not a home for JDK

Similar to this question IntelliJ, "The selected directory is not a home for JDK", I am getting an error that …

java intellij-idea ide java-7 intellij-15
Why "Numeric overflow in expression" warning occurs

Using intellij 15.0.3 + Java 8u65... lower = System.currentTimeMillis(); long upper = lower + 31536000000L; //add a year-ish Works fine. But if I do: …

java intellij-idea intellij-15