Skip to main content

All Questions

Tagged with
-1 votes
0 answers
19 views

Gradle Doesn't use correct JVM

I am currently trying to compile a basic mod build for Minecraft 1.12.2. However, when I type the gradle command it tells me: Unable to start the daemon process. This problem might be caused by ...
Jxyzh's user avatar
  • 1
-1 votes
0 answers
38 views

How to import a gradle project (Minecraft Forge Mod) into VSCode? [closed]

I downloaded the Minecraft Forge MDK (Minecraft 1.21), then I exported it into a folder called "MyModTemplate", and then opened it in VSCode. The problem is that after I opened it, it gave ...
Almohtady Bellah's user avatar
-1 votes
1 answer
26 views

Do gradle daemons persist cacerts?

I'm working with a Java code base that uses Gradle with Groovy for build automation. Our build logic has pluginMangement decleration with repositories nested inside. Initially, the build logic was ...
Shawn Armstrong's user avatar
-1 votes
1 answer
28 views

ServiceImpl defined in a dependent jar library is not found by spring in MainApplication

I have created a springboot application which will serve as a library for my MainApplication. This library has some service class, repository class and entity, basically an independent feature which ...
BaMiniCo's user avatar
1 vote
1 answer
33 views
+50

GraalVM JS embedding with Uber Jar from Gradle

I am trying to integrate graalvm-js into my java application. I found the polyglot embedding demo: https://github.com/graalvm/polyglot-embedding-demo I set it up and using the mavin assembly plugin I ...
Jonathan R's user avatar
  • 3,810
-1 votes
0 answers
40 views

java version not change in flutter

I am having trouble changing the Java version for Flutter. I installed JDK version 22 and updated the JAVA_HOME environment variable to point to the new JDK 22 path. I also added JAVA_HOME\bin to the ...
edris satiyari's user avatar
0 votes
1 answer
31 views

NoClassDefFoundError when running JDA on Minecraft Java Plugin

import org.bukkit.plugin.java.JavaPlugin; public class Main extends JavaPlugin { @Override public void onEnable() { BotStart.botStart(); } } import net.dv8tion.jda.api.JDABuilder;...
Xeon's user avatar
  • 1
-1 votes
0 answers
46 views

What does this Gradle lines mean?

This lines are from GroovyFx project, which was written for Java 8. What does the classpath variables mean and how can be this translated into the latest Gradle specifications?: configurations { ...
DbSchema's user avatar
  • 399
0 votes
1 answer
24 views

How to refer code from one independent gradle project to another gradle project?

Project |- api-gateway (package) |- base-service (package) |- service-discovery (package) |- user-service (package) This is my project structure. There is no root project. Every project is ...
Praveen K's user avatar
-3 votes
0 answers
30 views

Could not find gradle-8.3.0.jar (com.android.tools.build:gradle:8.3.0) [closed]

i just start new project in android studio and see this error 1'. Could not resolve all files for configuration ':classpath'. Could not find gradle-8.3.0.jar (com.android.tools.build:gradle:8.3.0).
omid 's user avatar
  • 144
2 votes
1 answer
54 views

Automatic Module present but not found

In my Java 21 project, I'm trying to use the package io.jsonwebtoken.Jwts in the library jjwt-api. This dependency has no module-info.java and no Automatic-Module-Name-entry inside of the MANIFEST.MF. ...
xtay2's user avatar
  • 607
0 votes
1 answer
32 views

Configuring Gradle (Java Project) to use KeyStore/TrustStore for only one maven repository (Sonatype Nexus Repository 3)

I have successfully set up Sonatype Nexus Repository 3 on my server with SSL configured using KeyStore/TrustStore. I developed some Java libraries (using Gradle) to test the publication to the ...
Mehrer Compression GmbH - IT's user avatar
0 votes
0 answers
27 views

Android Studios Gradle issue [closed]

Image of error I'm following a course on Coursera and I've gotten to one of the assignments and followed the instructions and once I've launched Android Studio and then opened the folder, I've updated ...
Bogdan Mieldzicz's user avatar
0 votes
1 answer
24 views

Gradle properties in Spring banner

I'm recently moving from maven to gradle and I would like to access some project variables as I was doing in maven, from my application.yml. In my other project I would define in my pom.xml <...
pedro appel's user avatar
0 votes
0 answers
21 views

Sync Gradle Failed

i have some problem in build gradle in the android ide app my app varsion is 2.5.0 and i download it from gethub my ram is 4 and i have storage i try to sync project and i get some error i also ...
King Mm's user avatar

15 30 50 per page
1
2 3 4 5
993