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

Questions tagged [eclipse]

Eclipse is an open source IDE and platform for building applications. There is a wide variety of plugins for various programming languages and other development-oriented tools (such as modeling, database browsing, etc.). This tag should only be used for questions specifically about the Eclipse IDE or platform, not for generalized (Java, etc.) programming topics.

eclipse
-4 votes
0 answers
35 views

How does intelliJ provides method name and parameter name suggestions for compiled class files or jar files?

How does IntelliJ/Eclipse or any other ide provides method name and parameter name suggestions for compiled class files or jar files? does it decompile all jars and then index it? or Does it use any ...
greyedSoul's user avatar
-2 votes
0 answers
23 views

Eclipse Java TestNG error "this version of the Java Runtime only recognizes class file versions up to 52.0" [duplicate]

getting below error on running "Run as TestNG" in Eclipse Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang....
SUPARNA SOMAN's user avatar
0 votes
0 answers
20 views

In Eclipse, is there a way to configure projects with errors to have a red background instead of just the small red cross icon overlay?

I find the small red cross easy to miss in our huge project lists. I'm looking for something like the team settings that allow me to mark changed files with a custom background.
Reto Höhener's user avatar
-1 votes
0 answers
48 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
-1 votes
0 answers
16 views

How to find source code for Eclipse RCP and libraries

For the project based on Eclipse RCP technology (2022-12) I need to find a source code for the main code and all the libraries used in the project. How can I do it? I tried go to to github, git....
user26476119's user avatar
0 votes
1 answer
18 views

Lombok 1.18.12 is not generating getter and setter in Eclipse 4.31.0

I have same issue as here but none of the solutions works for me in Eclipse 2024-03 (4.31.0) and Lombok 1.18.12. I have dependency: <project...> <dependencies> <dependency> ...
user1182625's user avatar
-3 votes
0 answers
32 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
0 votes
0 answers
18 views

TestNG is not showing when running a test case even though it's installed

Test NG is not showing when running a test case I need solution for this , I tried various things still it's not working, even I tried removing cucumber plugin as well still I am facing the same issue ...
Mohammad Tasneef's user avatar
0 votes
0 answers
21 views

How to know the difference between a java file on fields and methods under two save operations?

Changes to a java file can be known by method org.eclipse.jdt.core.JavaCore.addElementChangedListener(IElementChangedListener). There's this scenario: primitive code: public class X { } Add a new ...
Bourbon_7's user avatar
  • 193
-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
22 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
0 votes
0 answers
11 views

eclipse: command line to startup (and auto create workspace) then exit?

I did some stackoverflow searching on this question, but didn't see an answer which fits my scenario. I want to programmatically (with a script) tweak some settings in the eclipse workspace .metadata ...
Steven Christensen's user avatar
0 votes
0 answers
36 views

Exception in thread "main" java.lang.NoSuchFieldError:Class org.testng.CommandLineArgs does not have member field 'java.lang.Integer port'

I'm trying to execute a file in TestNG without any xml file, just a direct run as shown on youtube. However, I'm getting the error below. Why is this? Exception in thread "main" java.lang....
Test November's user avatar
0 votes
0 answers
27 views

logback logger (1.5.0) with Eclipse 4.31 -> No SLF4J providers were found

I use eclipse 4.31 with slf4j.api 2.0.12 and ch.qos.logback.classic 1.5.0. But if i want to log something i get following: SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation ...
Holzmacher's user avatar
0 votes
1 answer
59 views

Transforming java slider switch code to Scene Builder control

Hey all I am trying to figure out how to transform my JavaFX slider switch to a Scene Builder 2.0 control so that I can use it within scene Builder. I currently have been watching these 2 YouTube ...
StealthRT's user avatar
  • 10.3k

15 30 50 per page
1
2 3 4 5 6