Skip to main content

All Questions

Tagged with
0 votes
1 answer
70 views

Why does my IntelliJ say that there's an error in my pom.xml?

Recently I added a pom.xml file to my java project in IntelliJ IDEA and I then made it into a Maven project. Though when I opened the pom.xml back again with IntelliJ, I saw 2 errors at "project&...
Withered W.D.'s user avatar
0 votes
1 answer
41 views

IntelliJ IDE Cannot Find javax.annotation.processing.Generated Symbol While mvn test Works Correctly

I am having a problem with my project configuration and running the program and unit test. When running with mvn test the JUnit test executes propertly, but when executing from within the IntelliJ IDE,...
quarks's user avatar
  • 34.7k
1 vote
0 answers
42 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
1 answer
17 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
2 votes
0 answers
31 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
0 answers
24 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
-2 votes
0 answers
39 views

Spring Web Application do not create executable jar file in Intellij Idea

I am trying to create an executable jar file for deploy in Intellij Idea Instead of that "mvn clean package" starts an application (that is working for sure) but there is no jar file in \...
Роман Бачев's user avatar
0 votes
0 answers
51 views

My java application using jpackage gets error: Failed to launch JVM

Im trying to create a Java app in Intellij with Maven and jpackage. The .jar file is created correctly and it works and the installer seems to be okay, but when I try to open the app that I got from ...
Raknah's user avatar
  • 1
-1 votes
1 answer
27 views

How to build a script to run cucumber .feature (with tags) in maven in Java + IntelliJ

I'm struggling with my .feature file execution. I have different scenarios separated with tags and want to build a sort of script that contains mvn clean test -Dcucumber.options="path/to/feature-...
dfpaezo's user avatar
2 votes
1 answer
113 views

Newer JDK version is used but not recognized in JavaFX?

This is my maven build <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>...
SK19's user avatar
  • 160
0 votes
0 answers
15 views

How to exclude subfolders from added local non-maven sources in a Maven project?

I have a Maven project where I have added local non-maven sources(folders). I need to exclude certain subfolders in those sources. In IntelliJ I can add/exclude accordingly in Project Structure/...
Marcus Persson's user avatar
0 votes
0 answers
26 views

how to fix CloudSim-plus Build error on intellij IDE?

i have a problem with building my cloudsim plus, the Error is: java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree....
Mehran Aghemiri's user avatar
0 votes
0 answers
18 views

StepDefinition not linking to feature file in IntelliJ

My Step definition isn't linking to my feature file, and I get the below error although I have already created a step definition: "Step undefined You can implement this step and 6 other step(s) ...
vaishnavi Muralidharan's user avatar
0 votes
0 answers
30 views

Develop war project referencing dependencies with repository per jar in Intellij

There is a big maven project with dozens of jars and a single war. Each jar represents a big function where a dedicated team works on. Let's say, 'inventory' jar includes necessary functionality to ...
Kiryl's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
308