intellij-idea Questions
6
I know it might be bad idea to rename project root directory, but while doing it I got following error:
I did it as follows:
Cant I really rename project root directory? How this option wor...
Peristome asked 13/5, 2019 at 7:57
6
Create Maven project. File -> New Project -> Maven. Archetype do not indicate.
Then everything is standard: GroupId and ArtifactId. The project is created with empty pom.xml
I am trying to c...
Indiscretion asked 25/11, 2021 at 2:46
1
The question
How to correctly couple (Docker-)Compose with Podman and enable it through the IntelliJ IDEA UI?
Context
The general question-idea is how to build a development setup on Windows for a ...
Richierichlad asked 21/4, 2023 at 17:8
9
Solved
I'm running my Java project in IntelliJ 14.1.1 and I'm using play framework.
For some reason I can't compile any part of the code in IntelliJ (even though everything is working perfectly in the pla...
Boss asked 26/5, 2015 at 16:37
6
I'm doing a project in IntelliJ with GlassFish and it throws this error:
GlassFish requires Java SE version 6. Your JDK is version 0.
I ran the glassfish4/bin/asadmin start-domain command in...
Humbug asked 25/11, 2017 at 21:23
3
Solved
I would like to remember my team the ports used for debugging, for several projects.
A Ctrl-F in a directory, and I have my results under IntelliJ_2021.1.3 Ultimate I'm using,
but I have no way to...
Illegality asked 16/2, 2023 at 9:26
9
Solved
as already described in title, i'm not able to open the project structure dialog window in intellij anymore.
neither the shortcut (Ctrl+alt+shift+s) nor the menu element under File -> Project Stru...
Metaphosphate asked 16/1, 2014 at 16:56
3
Solved
When I want make query in Intellij JPA console I get error that relation "topic" does not exist. Jpql query select t from Topic t. I'm using spring boot, I added jpa to module, persistence toolbar ...
Brogue asked 19/7, 2019 at 10:53
2
I downloaded the intellij community edition.
Is DropToFrame is available only in Ultimate Edition?
Any other plugin add this to intellij community edition
Thanks
Bisect asked 30/9, 2022 at 6:21
6
I have just upgraded from JDK 17 to 21 in my Windows machine. After that when I am running JUNIT test and I am getting the following warring. I have looked over all of the day, but no solution work...
Cirrostratus asked 6/2 at 23:47
3
Solved
I've followed a tutorial precisely and I can't seem to get it to work. The tutorial is under JavaFX and Intellij Non-modular from IDE sections: https://openjfx.io/openjfx-docs/#install-java
Here i...
Dispermous asked 22/11, 2018 at 16:49
3
Solved
Is it possible to use J and K when choosing a suggested auto-completion item? See the image below: I'd like to, maybe hold ALT or SHIFT (or in some other way differentiate between moving and typing...
Afterpiece asked 30/1, 2018 at 7:52
2
I'm running IntelliJ Ultimate 2022.2.2. For quite some time (and versions) it has been complaining that the Project JDK is misconfigured and giving red lines under basically everything. This wasn't...
Hyp asked 10/11, 2022 at 9:21
9
So this question might not be really specific, but i'm asking it anyway.
I'm trying to use JaCoCo with IntelliJ to gather coverage reports on unit tests. However, i don't have any experience whats...
Bookmobile asked 19/4, 2017 at 16:3
5
Solved
I am new in IntelliJ IDEA and I want to execute a single Junit test as I do in Eclipse but I haven't seen this option
Deepsix asked 1/7, 2019 at 18:36
3
Solved
I know that there is no "official" support from Jetbrains. How can I workaround this?
I just need a syntax highlighting level of support for ruby.
Thanks in advance.
Pareu asked 16/10, 2013 at 16:50
5
I am using intelliJ IDEA.
When I run my programs and close the window, the process still remains. If I run a lot of programs, I need to click disconnect many times.
Is there any way to stop all p...
Bridget asked 25/3, 2016 at 2:0
9
Solved
There is very important shortcut for "Basic Code Completion" in IntelliJ IDE which assumed to be invoked as control+space shortcut on Mac. The problem is this shortcut is system one and u...
Laverty asked 18/6, 2012 at 15:21
7
i am fed up of this error i am not getting how to solve this error its not setting to auto configuration mode.i am trying to auto configure it but it needs the auto configure URL i don't know the U...
Devault asked 23/11, 2015 at 12:52
2
Solved
I am facing a issue while debugging Java code in IntelliJ.
I am connected to remote server, Am using Maven to build my project and project is building properly, verified it multiple times.
Every ...
Intervalometer asked 11/2, 2017 at 13:46
3
Solved
For example, I have a class with a builder with 5 params, instead of me manually selecting the params and populating them, is there a way to tell Intellij to do this:
MyClass myClass = MyClass.bu...
Involved asked 2/12, 2018 at 12:20
11
Solved
For every other StackOverflow question that's been asked about this, here, here, and here, I've followed all the steps to resolve this issue, and none have worked.
When launching IntelliJ IDEA 64-...
Dominquedominquez asked 22/3, 2016 at 16:4
3
I installed the IntelliJ Prettier plugin for web development. Unfortunately I was not able to specifiy a custom configuration, which consists of this line: "prettier.singleQuote": true.
What I tri...
Kephart asked 22/6, 2018 at 10:6
4
I woke up for work and started receiving this error, but I can't find this specific error anywhere.
I tried using netstat -ano to find any instances running on the aformentioned port, and also the...
Chambermaid asked 21/4, 2020 at 13:19
8
Solved
I would like to know if there is a way (programmatically) to check if a code is running within Eclipse, IntelliJ, any other editor or running from the command line (console).
I was thinking to use ...
Byron asked 11/3, 2013 at 12:55
© 2022 - 2024 — McMap. All rights reserved.