Skip to main content
5 votes
1 answer
142 views

I am building an IBM ODM RuleApp using the ODM CLI compiler in a GitLab CI (Linux runner) environment. java -jar rules-compiler.jar -config build.properties The build fails with the following error ...
Charfeddine Mohamed Ali's user avatar
1 vote
1 answer
64 views

I am using IJ community(version below) but no matter how I add directory: Add as resource folder in File->Project Structure-Sources screen. Add as dependency "classes folder in File->...
tony.sharpts's user avatar
0 votes
2 answers
111 views

A year ago I created an Eclipse project (Eclipse 2020-06, Java 8, Win 10) that uses the GIS LAStools libary to e.g. extract data from a couple of files. I'm now using Win 11 on a different PC and want ...
Neph's user avatar
  • 2,011
0 votes
0 answers
79 views

I'm testing Theia as an Eclipse replacement IDE for my Java projects and am trying to replicate the familiar project structure: a workspace directory containing a folder per project, each project ...
Matthieu's user avatar
  • 3,166
4 votes
0 answers
82 views

I’m a contributor of the OpenSource project VanillaBP which is providing hexagonal architecture to business processing applications using process engines. In the past VanillaBP was only available to ...
Stephan Pelikan's user avatar
0 votes
1 answer
75 views

I am creating a JavaFX app with several dependencies installed via maven. One of the dependencies is a third party JAR (modified version of the org.llrp.ltk lib for RFID) which does not have a ...
Furious Gamer's user avatar
0 votes
1 answer
50 views

I have set JAVA_HOME to C:\Program Files\Java\jdk-17 Path: includes %JAVA_HOME%\bin and I've reinstalled NetBeans 24 and ensured that the setup points to the jdk-17 file, and the Tools\Java Platforms ...
Ron's user avatar
  • 67
0 votes
1 answer
61 views

I am trying to validate the body of a JSON response against a schema using the matchesJsonSchemaInClasspath() method from the RestAssured library. However, I am encountering the following error during ...
Gabriel Carvalho's user avatar
2 votes
1 answer
424 views

I'm working on a Java 21 application that uses Bouncy Castle cryptographic libraries. In most runtime modes, I rely on the FIPS-compliant provider (bc-fips:2.1.0). However, in one specific mode of ...
CodeSeeker's user avatar
0 votes
1 answer
47 views

I have a Groovy Maven project, and I have a JSON schema named layout-schema.json in src/main/resources/choosechee/cheeboard. I have a class called LayoutReader that needs to use the schema. When I run ...
Choosechee's user avatar
0 votes
1 answer
94 views

My Java program relies on a third-party configuration directory as part of its classpath. Initially, I directly appended the entire directory to the classpath using -cp /a/b/c:. However, I later ...
hehe's user avatar
  • 417
0 votes
0 answers
47 views

Is there any Pythonic way to implement a driver app as a standalone Python application, when the executor is in Kubernetes, relatively easily? It is desired: not to make calls like spark-submit as a ...
Asc's user avatar
  • 1
0 votes
1 answer
46 views

I have a task which creates a directory within build-directory. There is one file within the directory. I am trying to add that directory to classpath from within a gradle plugin written in java. ...
devxgb's user avatar
  • 237
0 votes
1 answer
490 views

I'm trying to run JUnit tests in Visual Studio Code without using Maven or Gradle, just using plain .java files and .jar libraries. Project Setup: I'm using VS Code with the Java Extension Pack, and ...
Crescenzo De Marco's user avatar
-2 votes
2 answers
98 views

I understood how the classpath is necessary for running the project but I still have some doubt. I compiled my class using javac /Users/username/IdeaProjects/leetcodePrograms/src/problems/...
Salil Hardeniya's user avatar

15 30 50 per page
1
2 3 4 5
324