Category "eclipse"

My JUnit tests executes with maven build in Java 11, but unable to run same Junit tests via RunIT->Run As->Units, which always says not JUnits found

My module test project is supposed to be built using Java 11 as it is referencing to a jar which is build in Java 11. Hence I had to compile my code in Java 11.

Selenium Webdriver + Java - Eclipse: java.lang.NoClassDefFoundError

I installed JDK from here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (This version for windows x64: Java SE Developmen

Packaging jar file with source code using Maven so breakpoints can be used in Eclipse

Requirements I am refactoring a Java application and am trying to move code out of a war file and into a jar file so it can be used across many different web ap

No suitable driver found for jdbc by Java 9.0.4 and Derby 10.14.2.0 and Maven

I'm trying to solve the problem with connection to Derby since a few days. I have always the same Exception: java.sql.SQLException: No suitable driver found

The class 'javax.persistence.Convert' is required to be in the selected libraries

When selecting a user library as the JPA implementation in Eclipse Dali's project settings, the following error message is displayed: The class 'javax.persi

Dynamic web project missing in STS

I am facing one issue with Spring tool suite 4, I don't see "Dynamic web project" option. I want to create one dynamic web project but I do not find this optio

What are trustAnchors ? and How do I configure it?

I was recently assigned a java project. I am not very familiar with Java. I have been trying to build the projects but I am having the following error: the trus

Launch error: could not create the Java virtual machine. A fatal exception has occurred

Below is my Eclipse.ini -startup plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.

Launch error: could not create the Java virtual machine. A fatal exception has occurred

Below is my Eclipse.ini -startup plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.

Fastest way to read a CSV file java

I´ve been trying to read several csv files (arround 20 MB) using openCSV, but so far it has been slow. Im trying to read 4 csv files which I´m loadi

Eclipse export/print contents of debug variable

I use Eclipse for embedded project development (C language). I debug my project and in Expressions window I have an array (1024 x 2 integer elements). I want to

evoking gradlew task produces never ending "....... Daemon, 1 busy Daemon could not be reused..." and add 1 to busy every line

Sorry if the question title is not quality to say the least, But i am stumped at this point. Trying to update any project i have to gradle-wrapper 6.5 and up p

Could not find main method from given launch configuration

I've a simple Java project that works when I execute it at Eclipse environment. But when I try to export it to a Runnable Jar, I get the following error: JAR e

Eclipse 'Project Explorer View' doesn't show Errors - Stack Overflow

In the "Project Explorer" view of a maven project, instead of showing errors (compilation) in the project itself (red blade), they appear at the level of the fo

JUnit GUI doesn't show executed test methods

I run a test class, the outprint in console is correct, but the list of the @Test methods doesn't appear in the JUnit tab: How to fix it? Does the asterisk o

want to solve shell problem from eclipse 2018.09 version

I have encountered a problem using Eclipse Jee 2018-09 IDE and I can't find an answer anywhere. I'm using Mac OS - Monterey(M1), zulu-8 jdk, java 8.33.01, java

Type mismatch: cannot convert from Class<RulesGenerator> to Class<? extends IGenerator2> xtest error

I am using this Xtest code to create a demo homeAutomation language github source but when the automatic code is generated i am getting errors in file Abstract

Using GATE Developer 8.5.1 with ANNIE in Eclipse project

I've installed GATE Developer 8.5.1, and working on a project for NLP in Eclipse, I use this code to use later tokenizer and gazeetter: Gate.getCreoleReg

Eclipse - Sonar S2629 possible false positive with new String

I'm using latest Eclipse and Sonar plugin In answer for logging there's the following line: log.debug("Request body: {}", new String(body, "UTF-8")); Which

why my external css file not loading with html file on my tomcat server

I am beginner and I don't know why my external studentinformation.css file is not loading when I run my Signup.html on tomcat 3.2 or above but loads when I righ