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

All Questions

Tagged with
1 vote
0 answers
17 views

Unable to load Maven's central repo list in Eclipse

I downloaded Eclipse 2024-06 with built-in m2e integration (for Java developers). However, I am not able to view the central repo's list at all via Eclipse's 'Maven Repository' view. In fact, under '...
JavaFan's user avatar
  • 1,425
-1 votes
0 answers
52 views

Eclipse 2024-06 failed by transferring maven-compiler-plugin-3.13.0

I have upgraded my Eclipse to Version: 2024-06 (4.32.0). Since this moment I am not able to build my project anymore within Eclipse. As a native system JRE I am using AdoptOpenJDK 8 (jdk-8.0.312.7-...
Alex's user avatar
  • 161
-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
-1 votes
1 answer
27 views

Eclipse IDE in MacOS: how to set an environment variable from an AWS CLI execution? (for setting AWS Code Artifact Token)

I'm trying to use our AWS Code Artifact as Maven repository. That repo is set up to authenticate via a token, which expires every 24 hours. The token is retrieved from AWS via its CLI using aws ...
Yury K.'s user avatar
  • 629
1 vote
0 answers
25 views

M2E in Eclipse (Maven Integration): how to see actual Maven output and customize builds?

I might be missing something fundamental here, but if I need to debug a Maven Project in Eclipse, I'm used to simply select Project -> Clean or Build Project, then look to the Errors view to find ...
Yury K.'s user avatar
  • 629
2 votes
1 answer
99 views

maven dependency not found with Java FX 19 on Eclipse 2024-06 but not earlier

I have the following issue with Eclipse 2024-06: A project that references <dependencies> <!-- Java FX --> <!-- https://mvnrepository.com/artifact/org.openjfx/javafx-...
Christian Fries's user avatar
0 votes
0 answers
54 views

Importing external packages in Java

I'm trying to import the jbox2d package with import org.jbox2d.*; to my Java project (not a Maven project). I cloned the jbox2d package with the command - git clone https://github.com/jbox2d/jbox2d. I ...
Umang Lunia's user avatar
-1 votes
0 answers
28 views

Import correctrly maven project from git

I would like to know what is the most correct method to import a maven project into eclipse downloaded with git clone and avoid the problem with the pom.xml and the related paths. I hope someone can ...
francis pass's user avatar
0 votes
0 answers
14 views

Eclipse error when creating new maven project

In my Eclipse IDE I was created and run java programs without any issue, but when I was going to create a new maven project in archetype quickstart 1.1. Project creation stop in 33% and it shows ...
Dineth01's user avatar
1 vote
0 answers
68 views

javax.smartcardio cannot be resolved after updating Maven project to Java 17

I recently updated my Maven project from Java 8 to Java 17. After the update, I encountered an issue where Eclipse cannot resolve javax.smartcardio.* imports in my project. I found a workaround by ...
Sajed Hamdan's user avatar
0 votes
1 answer
57 views

Packaging a java 8 - maven - javafx 22 application

I read an article here and understood that there are differences between packaging JavaFX 11 and Java 11, from my project. However, I still don't know how to do it with my project. Mine is built in ...
Shemuel's user avatar
  • 21
0 votes
1 answer
75 views

JsonSchemaValidator module name is confused Maven vs Eclipse

I'm having trouble getting a Maven Eclipse project to build in both Maven and Eclipse. The problem appears to be that the JSON validation library com.networknt wants to be required (in module-info....
fig's user avatar
  • 792
0 votes
1 answer
58 views

Manage Multiple Versioin of External Dependencies

I'm trying to create my custom nifi controller service. For that I have to create maven project in eclipse based on the nifi-service-bundle-archetype. When doing so the following structure is created: ...
samer saleh's user avatar
0 votes
0 answers
30 views

My java program running well only with IDE env, not built jar

I made some simple java httpserver app for local When I tested my app on IDE (like eclipse, STS) => It works that I expected But When I tested my app that built with maven => Not working well My ...
powerfulH's user avatar
0 votes
0 answers
29 views

Validate Eclipse product file using Maven/Tycho

I'm working on an RCP application that uses a plugin based product file and I would like to know if it possible to validate the product file with the same function as in the PDE UI. In the product ...
Sangli's user avatar
  • 363

15 30 50 per page
1
2 3 4 5
648