Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

How to increase IDE memory limit in IntelliJ IDEA on Mac?

I'm using IDEA 12 Leda on Mountain Lion. I wanted to increase the maximum memory that IDE can use. I set …

java macos intellij-idea jvm-arguments
Things possible in IntelliJ that aren't possible in Eclipse?

I have heard from people who have switched either way and who swear by the one or the other. Being …

java eclipse ide intellij-idea
How do I add a library (android-support-v7-appcompat) in IntelliJ IDEA

I created a project, copied the resource files in the project, library, added it to the project structure, prescribed style …

android intellij-idea gradle android-support-library
IntelliJ and Tomcat.. Howto..?

Using Netbeans, I develop sites with Tomcat as the local server to manage it. In Netbeans it was "Install, write …

tomcat intellij-idea
IntelliJ does not show project folders

I have an issue with IntelliJ. It doesn't show any folders in my project view on the left. My setting …

intellij-idea
Lombok annotations do not compile under Intellij idea

I've installed the plugin for intellij idea(lombok-plugin-0.8.6-13). Added lombok.jar into classpath I can find getters and setters …

java intellij-idea lombok
Intellij Cannot resolve symbol on import

This problem happens intermittently for different libraries and different projects. When trying to import a library, the package will be …

java intellij-idea import classpath
Android Gradle Apache HttpClient does not exist?

I am trying to convert an IntelliJ project to the Gradle system of Android Studio but I am running into …

android android-studio intellij-idea gradle android-gradle-plugin
IntelliJ - Convert a Java project/module into a Maven project/module

I have a project on Bitbucket. Only the sources are committed. To retrieve the project onto a new machine, I …

java maven intellij-idea pom.xml
What does the arrow operator, '->', do in Java?

While hunting through some code I came across the arrow operator, what exactly does it do? I thought Java did …

java intellij-idea apache-commons java-8 apache-commons-collection