Category "eclipse"

Eclipse/STS does not suggests autocompleting for JUnit code

I have a simple project configured with the pom.xml file that I copy below. The problem is that Spring Tool Suite 4.9.0.RELEASE does not suggests automplete for

On Java 17 WindowBuilder was not able to show the GUI. .wbp-component.xml description for component javax.swing.JFrame

I'm using Eclipse 2021-9 version and already have Window builder installed. this error happens when I click the designer tab. WindowBuilder was not able to sho

how to run GroovyTestCase in Eclipse?

I'm new to both Eclipse and Groovy. In Eclipse, I set up a new project. I added a new Groovy script that looks like this println "Hello jerkface! I can hit the

Errors importing and running codename one maven project using eclipse, windows 10, jdk_8u321

Downloaded Codename one maven project for eclipse. When I import the project, at the end of the import I get this error: Could not calculate build plan: Plugin

GWT plugin fails to load in Eclipse 2022-03 with JDK 11 or 17 because of OSGI BundleException

Downloaded Eclipse: eclipse-java-2022-03-R-linux-gtk-x86_64.tar.gz Installed GWT from this update site: http://storage.googleapis.com/gwt-eclipse-plugin/v3/rele

Why aren't perl variables showing in the eclipse debugger with perl EPIC?

Here is my system configuration. Perl-Epic 0.7.8 Strawberry Perl 5.32.1 64 bit. PadWalker 2.5 installed with Strawberry perl Here is what I have already read. h

How to exclude referenced libraries from being exported when you export jar in VS Code for Java project (no build tool)

I have a Java Project for a JavaBean (multiple classes in a single project) with no build tools. In eclipse, I can export this project as JAR and I can select t

Is there a way need to check depedency hierachy in intellij community(open-source) edition?

I need to check transitive dependency under pom.xml for maven project. Is there a way to check dependency hierarchy in intellij likewise in Eclipse? for sake in

Loading available Gradle versions has encountered a problem

I am getting this error when I open eclipse applicationenter image description here

How to open a new tab for new module in eclipse?

I am importing multiple maven module through 'Existing maven Projects' tab from 'Import' section under eclipse. But i am trying to know whether it supports/pop

Error when installing Jboss AS, wildfly & EAP Server Tools in Eclipse

I have Eclipse 2021-03 installed with Monterey OS. I tried to install Jboss AS / Wildly Server. I tried to add from servers tab, but it keep getting me error ab

How to quickly convert java / json to Xtext langauge?

I am working on an app that processes incoming Json's and I want to easily extract the json data and convert it to a DSL language I'v created using Xtext. My go

Difficulty loading target platform for eclipse RCP

I am transfering my data from an old notebook to a new one. I have copied my eclipse folders and also the JDKs directly to the new notebook. The RCP project was

Eclipse not able to open java files -> Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass

Getting the following error, after adding Lombok lib An error has occurred. See error log for more details. Unable to make protected final java.lang.Class java.

Restarting Java procedure in Eclipse after editing

Somehow I broke Eclipse's Hotswap Bug Fixing feature where editing the Java code, Eclipse resets the currently executing line and allows you to continue debuggi

How to Run Java3D on Window10 with Intel(R) UHD Graphics 630 Card(DirectX), using Eclipse

I could not load a 3D object using Java3D 1.5.1. I tried a few examples like: (1) HelloUniverse.java from https://www.cs.utexas.edu/~scottm/cs324e/CodeSamples/H

Eclipse freezes while showing hover suggestions like method suggestions in class, method info etc

When I enter a dot operator after entering the class name, Eclipse will show method suggestions auto complete, at that time Eclipse hangs and gets closed automa

How does eclipse change the selected background color of the option bar

the background color of the selected item in eclipse. How can I change the color here without changing the theme (see Figure)? The eclipse version I use is 2022

Tomcat 9 Server not starting in Eclipse 4

After adding Tomcat Server 9.0 to Eclipse 4.23 on Windows 11 the server will not start. The following warning is written to the console: 'WARNING: Problem with

RESTful web service: How can I take this data without printing out the other

I want to just take the data from menSize and its price but it keep printing out the womenSize eventhought it doesn't add anything in it. Do I need to seperate