Skip to content

Tag: gradle

Gradle JVM version doesn’t match the used JDK version

In the screenshot below, you can see what I am using the 11.0.11 JDK version but my Gradle uses the 1.8.0_282 JVM version. And it’s not a problem because for set the Java version in a project using Gradle Toolchain. I’m not sure but it looks strange. Is it worth worrying about and can I specify a …

Java 8 gradle script causing kernel panic

I have an issue where Java 8 and Gradle are causing Linux VMs to crash. Here’s the interesting part: Java 7 does not result in this behavior. We’ve also tried enabling stacktrace and debugging, but the machine panics before any debugging/stack output. Kernel Panic – not syncing: Fatal except…

Renjin can’t load pckages

I’m a newbie with Renjin. I’m trying to use Renjin in a Java application. I’m trying to develop the example showed here. I’m compiling with gradle, as recommended in the renjin’s web page. So, with gradle build all is ok when I run gradle build. But, when I want run the applicati…

How to fix Gradle not recognizing Java 10 on Linux?

When working with the latest Gradle version with Java 10 on Linux, it fails to identify version number of Java as 10 as valid Java version. How to fix this problem on Linux machines ? Log details of the error here And here is the complete error report (N.B. Running gradle –version or gradle -v also give…

./gradlew run BUILD FAILED

I have my build.gradle file set up and my project is working good so far. The problem now is when i run ./gradlew run, it fails with the error : What went wrong: Execution failed for task ‘:run’. Process ‘command ‘/usr/lib/jvm/java-7-openjdk-amd64/bin/java” finished with non-zero…