intellij-idea Questions
6
Solved
Hi i am trying to link up my a java group project from github to intellij. However i keep getting this issue with Git, i download it but then i try again and it asks me to download it again?
I've ...
Madore asked 11/3, 2021 at 12:57
3
I'm trying to autowire JavaMailSender
@Autowired
private JavaMailSender javaMailSender;
I have add these to pom.xml:
<dependency>
<groupId>org.springframework.boot</groupId>...
Santasantacruz asked 5/4, 2020 at 8:3
6
Solved
On Ubuntu, can't update to IntelliJ IDEA 2020.3 because of this conflict. What's going on? How do I resolve it?
Image transcript:
Some conflicts were found in the installation area.
Some of the c...
Cochran asked 5/12, 2020 at 11:26
27
Solved
I'm running on Arch Linux, on an i7-5930k 6 core CPU and 64GB of DDR4 RAM, and I'm using IntelliJ IDEA 14.
IDEA was working just fine for me several days ago, but one day, suddenly, it began ...
Milker asked 13/9, 2015 at 13:45
2
Solved
I've create a new docker compose running configuration in intelliJ Community 2023.2.3 to run it just on pressing a button in Ubuntu 22.043 LTS.
But the comand the InteLLiJ runs is /usr/bin/docker ...
Czarism asked 12/10, 2023 at 9:7
7
Solved
I'm working with intelliJ and my problem is when I start to import some temporary unused packages into my class file intellij delete those line within a second.
how can I turn off this not so nice...
Mortie asked 22/6, 2012 at 11:0
2
I tried to run a simple Rust test in IntelliJ.
The test command IntelliJ uses is:
cargo test --color=always --package myproject-rust --lib mycode::tests --no-fail-fast -- --format=json -Z unstable-...
Extraditable asked 19/8, 2023 at 18:49
3
Solved
I want to use Intellij Idea within my existing python django project which was built within a virtual environment in ubuntu. How do I configure Intellij Idea to use the libraries of the virtual env...
Peripatetic asked 2/1, 2014 at 5:51
4
Is it no option to exclude some tests in IntelliJ IDEA Ultimate? I want to run unit tests in IntelliJ but exclude the integration tests. I name the integration tests with *IT.java so the Maven fail...
Clavus asked 27/10, 2012 at 21:29
5
Solved
I'm developing an IntelliJ-idea plugin and want to run code in background task (visible in the background tasks dialog and in another thread than the UI).
I found the following Helper class and tr...
Coahuila asked 10/9, 2013 at 17:29
4
Solved
Many programs display progress bars by printing to stdout and then returning to beginning of line and printing again. This way they can achieve realtime progress bar appearence.
Unfortunately, in m...
Footworn asked 10/7, 2017 at 13:10
2
I changed my IDE Eclipse to IntelliJ and everything is good except one thing.
I use hotswap by adding springboot dependency.
<dependency>
<groupId>org.springframework.boot</groupId...
Beaton asked 4/2, 2020 at 8:42
10
Solved
I'm using IntelliJ Idea, and the google-go-lang-idea-plugin from:
https://github.com/mtoader/google-go-lang-idea-plugin/issues/173
When I try to add my APT provided Go installation to the Go S...
Hendel asked 1/10, 2013 at 5:8
16
I have a gradle sync fail for my little project that seems to be quite rare as google did not find anything about it. I get the error:
Gradle sync failed: removeContentEntry: removed content entry ...
Babysitter asked 15/2, 2021 at 19:52
3
Solved
I am trying to debug a basic Quarkus app by running the command ./mvnw compile quarkus:dev on IntelliJ (as stated in the Quarkus docs) and it seems to run ok (gives me the following message: Listen...
Bauble asked 9/11, 2021 at 15:8
7
Solved
I use both these IDE's and my only annoyance is the size of the toolbar icons - they're too small for me. Is there any way to increase the size? I've poked around, and I haven't found a way to assi...
Zechariah asked 11/12, 2012 at 23:6
1
When I am in a presentation mode I want have Editor Tabs enabled. Now they are disabled, so when I enter presentation mode I cannot move tabs right or to the opposite group. Is there a possibility ...
Orvah asked 18/7, 2018 at 19:47
7
Solved
How do I remove all version control associated with a project in IntelliJ?
Brierwood asked 28/5, 2013 at 16:42
7
Solved
I'm trying to run Intellij IDEA 2019.2 from terminal in Ubuntu 18.04.2 LTS with command idea.
But terminal is stayed connected to IDEA output - IDEA write logs to it.
I've tried to use &: ide...
Lance asked 1/8, 2019 at 12:59
11
Solved
I am new to Java programming language and the IntelliJ IDEA 2017.1 IDE.
I just installed the IDE and I activated all the various inspections but the IDE is unable to detect the errors any time I m...
Kyoko asked 9/4, 2017 at 13:55
3
In IntelliJ IDEA, the "Project" pane on the left has "View as:", with the following options:
Project
Packages
Scope
Favorites
If you select "Project" it shows something like Eclipse's "Package ...
Iggie asked 5/6, 2012 at 15:49
7
intellij idea data sources doesn't see existing table in my mysql database, while Netbeans see it.
i've created a table in the database. When i create connection in intellij idea data sources, it s...
Niersteiner asked 6/9, 2012 at 10:56
2
Solved
I am using the new intellij Jshell console (introduced here https://blog.jetbrains.com/idea/2017/09/java-9-and-intellij-idea/)
I created a simple class file Test2.java
public class Test2 {
publ...
Ironware asked 8/1, 2018 at 3:44
5
I have the following build.gradle file:
apply plugin:'application'
mainClassName = "MyMain"
allprojects {
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
repositories {
mavenCentral()
...
Fotina asked 29/7, 2016 at 18:22
6
I started from a regular non-Gradle Kotlin project. Then I decided later on to link my project to Gradle. I have set up my build.gradle.kts as mentioned in the Kotlin documentation:
plugins {
kotl...
Example asked 19/4, 2020 at 16:47
© 2022 - 2024 — McMap. All rights reserved.