Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [intellij-idea]

IntelliJ IDEA is an IDE by JetBrains. It primarily supports Java development, but also supports JavaScript, Groovy, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Swift, Clojure, Kotlin, Hybris, Gradle and others. Questions specifically concerning usage and problems in both Community and Ultimate Editions should use this tag. However, if you have a problem with something else and just happen to be using IntelliJ, please don't use this tag.

0 votes
0 answers
17 views

Is there any way to fix host port while attaching intellij debugger and docker compose?

I am using IntelliJ Ultimate to develop Spring Boot application. I found this link and followed everything to integrate Intellij debugger and Docker container(created via docker-compose). I ended up ...
hilaw00's user avatar
  • 35
1 vote
0 answers
44 views

IntelliJ idea closing and reopening my java project

I had a new installation of Intellij in macOS using m1 architecture and when I open my java project (spring boot/maven stack) the root folder are hidden/show every time. Soons like some maven build ...
Eduardo Gabriel's user avatar
0 votes
0 answers
16 views

Intellij Idea change backquote and programming language colour in codefence

I want to change the colour for triple backquote and programming language indicator. It seems like there are no colour settings for triple backquote and programming language in code fence settings in ...
pacman's user avatar
  • 827
0 votes
0 answers
25 views

IntelliJ Scala warning with parameterized type in compiled JAR

I have Scala code with parameterized types like this: val foo: SomeParameterizedType[_ <: Product with Serializable] = new SomeParameterizedType[Foo](arguments) val bar: SomeParameterizedType[_ &...
wrschneider's user avatar
  • 18.5k
0 votes
1 answer
22 views

Adding dcm4che 5 library to Java project using IntelliJ and Maven

To preface - I'm a python dev, but I wanted to do some testing using Java. I've taken a few classes on Java at WGU, but I'm having an issue with getting a certain dependency installed and I'm thinking ...
Cory Merrick's user avatar
-1 votes
0 answers
16 views

why do not support custom annotation SpEL (Spring expression language) from intellij

@PreAuthorize support code complete enter image description here But my custom annotation can't enter image description here help me please. What happens instead? I try intellij Language Injection ...
김진휴's user avatar
0 votes
0 answers
53 views

IntelliJ Scala 2.13.0 no longer compiles - Error compiling the sbt component 'compiler-bridge-2.13.0-66.0'

I am working on a hobby project on my desktop using Scala 2.13.0 and JDK 22. The project compiles and runs perfectly fine there. This project is also on my personal GitHub. Because I went on holiday ...
Jumper Snipèra's user avatar
0 votes
1 answer
49 views

How Can I run Android SDK upgrade assistant in IntelliJ?

Google has a page where it suggests trying the Android SDK upgrade assistant when upgrading target SDK. https://developer.android.com/build/sdk-upgrade-assistant Thought I'd try it, but I'm running ...
Mathias's user avatar
  • 3,921
-1 votes
0 answers
9 views

IntelliJ not able to read paths other than absolute path

I am having a multi-module project. I am trying to access a file from one module in another file of another module. If I provide the absolute path, It is able to read the file. But on providing the ...
Nandini Gupta's user avatar
0 votes
1 answer
52 views

xcode EXC_BAD_ACCESS (code=2, address=0x102484000)

How to solve this issue? Working on a CodenameOne bare-bones example app (no changes by me) it builds and installs fine, but xcode stops running at the very start of the app, with EXC_BAD_ACCESS (...
selofain's user avatar
2 votes
0 answers
32 views

How to check module settings and project settings?

IDEA show Following modules override project settings: ... But I don't know which setting is different. How should I find the difference? And How to view project settings and module settings? I just ...
SageJustus's user avatar
-1 votes
0 answers
58 views

Springboot application working using command line but failed to start using IntelliJ IDE

I am looking to build and run the source code on my Mac(Springboot application and using java version 17), I have successfully build and run the application (using command line) by using these ...
Umair_007's user avatar
  • 131
0 votes
1 answer
21 views

Enable preview tab is not working in intellij 2023

Whenever i try to click an inside class from a main file it opens in a same tab. For example I have a class A and inside it it has references of class B and class C.Whenever i click on class B it ...
MiniSu's user avatar
  • 578
0 votes
0 answers
31 views

Quarkus: Stopping server process: Dev mode process did not complete successfully

IntellIJ 2024.1.4, Quarkus 3.12.1, Maven 3.9.8 Clicking button in IntellIJ to stop Quarkus example getting-started: Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.12.1:dev (default-...
MAST's user avatar
  • 31
0 votes
0 answers
47 views

How do I make a CLI .exe from a kotlin .kt file

I am using a single .kt file to make a text based game in kotlin that runs in the Windows cmd. How do I turn the .kt file into a runnable .exe I have tried to compile it to .jar and use launch4j. The ....
GMCMarshy's user avatar

15 30 50 per page