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

All Questions

Tagged with
0 votes
1 answer
12 views

Jandex indexes not built for dependent module in Quarkus Multi-Module setup with Maven in IntelliJ

I use the following versions: Intellik: 2024.1.4 maven: built-in (3.9.6) org.jboss.jandex: 1.2.3 Quarkus: 3.12.3 I have the following project structure: pom.xml |- libraries |- pom.xml |- ...
Dirk Bolte's user avatar
-1 votes
1 answer
18 views

maven: RepackageMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0)

I've got an errror of java 17 and java 11 incompatability: RepackageMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only ...
Irina's user avatar
  • 1,157
-3 votes
0 answers
33 views

How to set up maven based eclipse plugin development environment in IntelliJ IDEA? [closed]

I understand there was question with identical title asked before and I am totally aware of that. But one thing to NOTE my intention is different. My intention is to be able to create maven based ...
Ananiya J. Kesto's user avatar
-2 votes
0 answers
42 views

Maven cannot build a JAR file

I was making a Minecraft plugin these last two days and every day at 00:00 in my time maven just stops working like it was. I don't know if it's cause the time, but this happened to me twice ~at night....
Hajdenkoo's user avatar
0 votes
1 answer
86 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
69 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
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
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
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
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
-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
54 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
114 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

15 30 50 per page
1
2 3 4 5
309