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

All Questions

Tagged with
-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
-1 votes
0 answers
49 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
23 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
38 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
1 answer
60 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
-2 votes
0 answers
40 views

JSP Page corrupting after closing and re-opening eclipse

This is the second time this has occurred for me. The first one I wasn't sure if I had saved or not before closing Eclipse but this one I'm sure I've saved before closing it. So, after saving and ...
ScatteredDream's user avatar
-1 votes
0 answers
41 views

Getting error, com.google.gson cannot be resolved to a module in eclipse via Spring-Boot

I have Spring-Boot Eclipse project which displays the subject message in the eclipse problems. My single test method in org.test.Test is: package org.test; public class Test { public static void ...
AixNPanes's user avatar
  • 1,248
2 votes
1 answer
96 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
19 views

Custom context menu for browser view in Eclipse RAP

One of the views in my Eclipse RAP app renders a web page using a org.eclipse.swt.browser.Browser view. The users would like to have a custom context/right click menu for this view, but I cannot make ...
Gaëtan's user avatar
  • 807
-3 votes
1 answer
23 views

Eclipse on mac showing wrong kanji in console [closed]

I have a MacBook Pro M2, running Eclipse Version: 2023-09 (4.29.0), java version Open Jdk 17.0.8.1 I have a program that prints to the console, and the console encoding is set to UTF-8, font Menlo 18. ...
user384842's user avatar
  • 1,948
0 votes
0 answers
33 views

An internal error occurred during: "Building" org.eclipse.jdt.launching.JavaRuntime.getProvidedVMPackages

enter image description here - Image Eclipse is showing internal error as below: An internal error occurred during: "Building". 'java.util.Set org.eclipse.jdt.launching.JavaRuntime....
devaraj jv jinka's user avatar

15 30 50 per page
1
2 3 4 5
3971