I am trying to build my spring boot project with this command: ./gradlew build But it continuously throws this error: 'Execution failed for task ':compileJava'
I have observed the following different files in my intellij java project - .idea folder .out folder .iml file .src folder Out of these files I'm thinking of ad
Is it necessary to develop an interrupt mechanism for IDEA?
I want to write all the compiler warnings in a text file. Once we build it, we can see warnings in Build Output as seen in screenshot. Is the file already avail
I'm using Mac Air M1 and trying to run IntelliJ Ultimate. I've read some issues on JetBrains YouTrack and it seems that a lot of people pretty satisfied with th
I am working on Intellij 2019.2.4 with Java 11.0.13 JDK and gradle 7.3.3 in settings. Gradle-wrapper.properties file has - distributionUrl=https://services.grad
I am a beginner on the Intellij Idea GUI Form. And I don't know how to set a gradient background to the form. Can someone help me? Thanks. My layout This is my
I'm using GitExtensions windows software to work with git and i had many trouble configuring it to work with Idea's community edition, to use it as a merge tool
i'm losing new data that i made when i close my Java app and data are not written to .accdb file i have connected my Java to .accdb (Ms Access 2010) file as bel
I'm configuring the application.yml file in my Spring Kafka MS and I'm getting a notification that the profiles property is deprecated. This 'profiles' property
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
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
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
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
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
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
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"
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
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
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