The popular IDE by JetBrains, specifically in its version '2016'.
Questions tagged [intellij-idea-2016]
61 questions
5
votes
0 answers
Show dependency graph in Idea for modules only
Is it possible to create a maven dependency graph with Idea, that contains module dependencies only?
With module dependencies I mean all sub or parent modules defined in pom.xml files within the or tags. The default dependency…

eztam
- 3,443
- 7
- 36
- 54
4
votes
1 answer
How to create two projects rather than two modules in the same workspace in IntelliJ IDEA?
Like the title saying , how can I create 2 projects in the same workspace in IntelliJ IDEA?

Mike
- 419
- 1
- 6
- 16
4
votes
1 answer
Why is IntelliJ IDEA 2016.3 appending "NORMAL_OUTPUT" to every Run-Window output line?
Running a Spring-Boot 1.4 app unit test with JUnit 4, (logging via SLF4J and Log4j 2.x), my output window begins:
SYSTEM_OUTPUT/Library/Java/JavaVirtualMachines/jdk1.8/Contents/Home/bin/java -ea -Didea.launcher.port=7534
and then every line after…

LarryW
- 121
- 1
- 6
4
votes
1 answer
import hadoop source code to intellij
I want to import hadoop source code 2.7.2 in intellij IDe .
I do like this :
file -existing project - maven -choose pom.xml in hadoop 2.7.2. source file -after import I get error in maven project view .
does any body know what to do?
I read Import…

aliamiri
- 61
- 5
3
votes
3 answers
Intellij launch error: Could not find main class com/intellij/idea/Main
Intellij launch error in a Windows Environment.
When launching from the "Start Menu" getting a popup window with the following error:
Could not find main class com/intellij/idea/Main
Seems like a possible classpath issue. Can anyone recommend a…

mba12
- 2,702
- 6
- 37
- 56
3
votes
1 answer
How do I create a hotkey for compound actions in IntelliJ IDEA?
Is it possible to create a script of multiple actions/tasks in IntelliJ IDEA and trigger them with a single hotkey/abbreviation?
I want to periodically do:
1 Reimport all maven projects
2 Build -> Rebuild Project
3 Run Application
Can I trigger…

user674669
- 10,681
- 15
- 72
- 105
3
votes
1 answer
How to show IntelliJ JSON editor in dialog?
I want to show below kind of an editor inside a dialog in an plugin that I'm developing for Kotlin and Java. I tried the below code snippet
editorTextField.setEnabled(true);
editorTextField.setOneLineMode(false);
…

nvinayshetty
- 3,187
- 1
- 21
- 32
3
votes
3 answers
Intellij IDEA failed to run
I get an error every time I run my IDEA, seems like it is because I use 64 bit but running the IDEA of 32 bit. From what I've searched, it refers me to use idea64.exe, but where can I find it?

Anthony Lauly
- 319
- 2
- 5
- 17
3
votes
2 answers
Intellij IDEA overwrites 'i' character with ASCII of 'ı' in gradle-wrapper.properties file
There is a weird problem which I am not sure about its source.
I am using Intellij IDEA (2016 3.3) and Gradle (v3.3). I use Windows 10, Turkish OS.
Gradle has a wrapper properties file. (./gradle/wrapper/gradle-wrapper.properties)
The content of…

er-han
- 1,859
- 12
- 20
3
votes
1 answer
List of Inspections & descriptions in Intellij IDEA?
Is there a list for all of the inspections in Intellij Idea, specifically a list with which has the name used in @SuppressWarnings, also would be nice if it came with descriptions of each inspection (the names aren't verbose enough to quickly…

vandench
- 1,973
- 3
- 19
- 28
2
votes
1 answer
Intellij Idea error while importing projet from Android studio
I am getting following error while importing project from Android Studio to Intellij Idea Professional Edition. I tried adding JAXB by importing externally but didn't work.
Unable to load class 'javax.xml.bind.JAXBException'. Possible causes
for…

Avi Patel
- 475
- 6
- 23
2
votes
4 answers
Scala IntelliJ 2016 not running code
I'm new to scala and I would like to run some of the codes that I'm doing for a course I'm taking in coursera about this language but the problem is that I can't run my code in InteliJJ 2016, I already installed the plugin but the option for running…

andrade94
- 21
- 3
2
votes
1 answer
IntelliJ Idea 2016.1 does not read application properties
I have a spring boot project that compiles and works fine when i run it from 2015.3 IDE but not from 2016.1, it crashes at startup but it is because the configuration seems to be broken.
What i have found is the following:
it seems that from…

Alienpenguin
- 967
- 1
- 9
- 28
1
vote
1 answer
Keyboard shortcut to switch between keybindings in Intellij
I'm a long time Emacs user who recently started developing with Intellij IDEA.
I've installed the Emacs+ plugin to get some keyboard shortcuts. However the experience is not optimal as some bindings clash with the ones from Intellij.
Is there a…

salmane
- 117
- 2
- 5
1
vote
2 answers
How can I reference the IntelliJ project path in my code?
I have a text file in my project and need to read its contents:
private final static String SOURCE_FILE = "C:/Project/resources/Source.txt";
Is it possible to use an IntelliJ variable?
private final static String SOURCE_FILE =…

Roland
- 7,525
- 13
- 61
- 124