Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

Class Not Found: Empty Test Suite in IntelliJ

I'm just starting the computer science program at my college, and I'm having some issues with IntelliJ. When I try …

java unit-testing intellij-idea junit
How to import Maven dependency in Android Studio/IntelliJ?

I've created a new Android project using the default wizard in Android Studio. Compiled, and deployed the app to my …

android intellij-idea android-studio
Getting Gradle dependencies in IntelliJ IDEA using Gradle build

Grade build, even from inside IntelliJ IDEA does not put the dependencies into the "External Libraries" folder, so these classes …

java intellij-idea gradle build.gradle
IntelliJ show JavaDocs tooltip on mouse over

In Eclipse, when hovering over a method, variable, etc. a tooltip is displayed with the corresponding JavaDocs. Is there such …

java eclipse ide intellij-idea
How do I activate a Spring Boot profile when running from IntelliJ?

I have 5 environments: - local (my development machine) - dev - qc - uat - live - staging I want …

spring intellij-idea gradle spring-boot
How to install Intellij IDEA on Ubuntu?

I'm new to Ubuntu and Linux in general. I want to code in Java on my computer, but I'm having …

java linux ubuntu intellij-idea sudo
Intellij IDEA Java classes not auto compiling on save

Yesterday I switched to IntelliJ IDEA from Eclipse. I am using JRebel with WebSphere Server 7 as well. Everything now seems …

java jakarta-ee intellij-idea jrebel
Any way (or shortcut) to auto import the classes in IntelliJ IDEA like in Eclipse?

In Eclipse, while coding in Java and press Ctrl + Shift + O auto import all the Classes automatically. In NetBeans, this …

java eclipse intellij-idea keyboard-shortcuts hotkeys
System.out.println() shortcut on Intellij IDEA

I know I can print System.out.println() with "sout" + tab. Is there a way I can do it with "…

java intellij-idea
Package doesn't exist error in intelliJ

I'm trying to use the barbecue barcode printing library. I have successfully added the library to IntelliJ through project structure …

java intellij-idea ubuntu-12.04 barcode