Category "intellij-idea"

Can't remove a line from conf file

When I build my ktor project It fails and it tells me about a line which causes the failure. The line is located in the application.conf file: ktor { developme

changes in java code do not appear, program runs from a shell script

I cloned a GitHub repository (https://github.com/tomergreenwald/tac-adx) and did some changes in the code. But if i run the application with the runServer scrip

Dependency not resolving correctly in ktor kotlin project

My project is having issues correctly resolving my KGraphql dependency when I try to install the feature in my ktor project. How do I go about troubleshooting t

How to remove these gaps between lines in intellij Idea

Recently I started seeing these lines gaps between lines in IntelliJ Idea and strangely this is only happening for variable declaration. I tried reducing line h

Plugin [id: 'org.jetbrains.intellij', version: '1.1.2'] was not found in any of the following sources

When i try to create a Gradle project in Intellij IDEA, with JAVA & Intellij Platform Plugin as options, i am getting following error as shown below. Build

How do I add environment variables in IntelliJ Spring Boot project

I Am trying to add an environmental variable inside my spring-boot application.properties file. I know how to add it normally on a non spring-boot project, but

Cannot resolve directory '~bootstrap'

I did npm install in terminal. I downloaded bootstrap. Currently, the codes I wrote over styles.css do not work. @import "~bootstrap/dist/css/bootstrap.min.css"

Cannot add Maven archetype in IntelliJ

I'm trying to create a new Karate project in IntelliJ, and am attempting to add an archetype to the Maven list. However, when I enter all the required fields, t

How to call a element from Layout without use findViewId() in Kotlin?

I didn't know this was possible, but I was following an example and I see this piece of code: import kotlinx.android.synthetic.main.activity_main.* class MainA

Intellij Not finding Java as a generator. I only have java fx

After following all the instruction. I have java and IntelliJ in my computer. I've restarted my computer, deleted and reinstalled IntelliJ, still nothing. Furth

How to move a module from a project to its own separate project in intelliJ or git?

I have a gradle project with a structure like this: project2 -submod1 -submod2 -submod3 -submod4 I want to move submod2 to its own gradle project with its

How do I design my NodeJS app to have one config (per env) that can work for both K8S and locally in debugger?

I've been using K8S for a year or so and continue to revisit a problem. My app is running in K8S and I now need to debug it. I have a NodeJS App that I'm askin

Failed to apply plugin 'org.gradle.application'. Gradle

List item I'm trying to open a project in IntelliJ and this happens, what can I do? 'D://\build.gradle' line: 17 error show at line 17 below block ("apply plugi

Using MaterialFX in IntelliJ

I've been trying to use MaterialFX (which is a JavaFX design library (like jFoenix)) in IntelliJ but I didn't succeed to do so. I've added the required dependen

IntellIj not displaying exceptions from @BeforeAll JUnit5

In IntelliJ, with a Springboot project (2.6.6) using JUnit 5, given the following test class, IntelliJ doesn't display exceptions occuring in the @BeforeAll met

Could not find or load main class net.fabricmc.devlaunchinjector.Main fabricmc

I was programming a fabric minecraft mod in intellij and when I ran the code it said : Could not find or load main class net.fabricmc.devlaunchinjector.Main Wh

Goland/Intellij - Change line background color based on text match

I want to change the background color (shade it a bit dark) when a certain commonly occuring keyword (for example, logger or monitor) occurs in the line. The id

Intellij is not able to fetch maven artifacts in private repository

At work we have no direct connection to the internet. To fetch maven artifacts we need to use a local Nexus, which mirrors all of maven-central. I have a settin

Intelij idea exported Java Jar file doesnt work properly java.security.NoSuchAlgorithmException

Hello Everyone!! I am developing a server app in java lang in intelij idea it works properly but when exporting as .jar file it gives an error like this java.ne

intellij mass refactoring using macros

I am working on a project in intellij using java and spring. I want to change in multiple files my api's in a similar way like this: instead of: public void som