Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
1 vote
1 answer
110 views

I've been making a minecraft papermc plugin and I ran into an issue trying to add MongoDB to my project using Gradle. I followed the "Getting Started" steps with Java Sync, but I kept ...
Rhombus17's user avatar
2 votes
0 answers
137 views

I'm mostly Java-illiterate; unfortunately, I have to update a CMake project which uses Java, to build on a system with a newer version of Java. The old project does this: Create_javah( ...
einpoklum's user avatar
0 votes
1 answer
93 views

I'm working on a project for school. It's almost finished I just need to deploy the application to a server. I am doing this step-by-step. I have built the application on the server using the command ...
user32228017's user avatar
0 votes
0 answers
164 views

When referencing an external library (.jar) with an import, i get the error "package ... does not exist". I precised that compilation is OK (when i print in the console, changes are ...
Nicolas's user avatar
-2 votes
1 answer
76 views

I'm a making a little project involving a server-client multi-module project. Where the project is composed of three modules; service, common and client-app. Now, after compiling the source code of ...
PEREZ MONSIVAIS JOSE DE JESUS 's user avatar
0 votes
1 answer
209 views

I'm building an application launcher using GraalVM native image. The launcher downloads an encrypted JAR, decrypts it in memory, and needs to launch it without ever touching the disk. Security ...
Robert Hood's user avatar
0 votes
0 answers
84 views

I am using the java_export rule to publish an SDK: load("@rules_jvm_external//:defs.bzl", "java_export") java_export( name = "sdk_maven", maven_coordinates = &...
Abhishek Singh's user avatar
0 votes
1 answer
230 views

I'm trying to make a Maven project that connects to an H2 database. In an IDE this works fine, but when executing the compiled project in the terminal, or when building the project into a JAR file and ...
Lucy's user avatar
0 votes
0 answers
66 views

I work on a small android project that uses the unity-clases.jar generated by Unity. Some (not all) of the files/classes in the .jar can't be resolved when compiling the android project and I don't ...
jptsetung's user avatar
1 vote
1 answer
91 views

I have 2 projects, a LibraryProject and an ApplicationProject. ApplicationProject needs LibraryProject as a dependency. In the LibraryProject, the build.gradle contains: group = 'com.company.product' ...
Giorgos's user avatar
3 votes
1 answer
167 views

I have an old Java JAR file that depends on .so files (shared object libraries). I understand .so files are native libraries (written in C/C++), and the JAR uses JNI (Java Native Interface) or JNA to ...
IronMan's user avatar
0 votes
0 answers
225 views

I have a GitLab CI/CD pipeline that builds and deploys a package into the GitLab Package Registry. For a specific (and temporary) use case, I need the pipeline to delete the package from the registry ...
Ryley38's user avatar
0 votes
0 answers
92 views

Problem description: When using the Kotlin compiler (kotlinc) of any version from the command line (not IntelliJ IDEA, but a separate folder with a .bat file), and when specifying multiple libraries (....
Game Out's user avatar
1 vote
1 answer
127 views

I was making a J2ME MIDlet application. I wrote the code, compiled it to Java 1.2 bytecode, prevrified it and then packed it into jar. But when I sent it to my Nokia N72, it said: Unable to install. ...
Mehrzad.20105's user avatar
0 votes
1 answer
32 views

Build fails with hundreds of “Duplicate class …” errors showing both: commons-io:commons-io:2.19.0 (transitive) commons-io-2.4.jar (in libs/ via implementation fileTree(dir: 'libs', include: ['*.jar'...
Rajitha Perera's user avatar

15 30 50 per page
1
2 3 4 5
1258