Skip to content

Tag: java

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…

Issue with HH date time format

Need help to identify where is the issue, whether it is a java issue or linux box or something else. My app is running on linux weblogic, app is generating some kind of .tar files on linux with datetimestamp in filename. I am using below snippet to get current time to prepare filename: File format: SA_PART_YY…

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…

error JAVA_HOME is not defined correctly

When Ii run command mvn spring-boot:run, I got error: when I check above path java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64 is not exist. My java version is: I check JAVA_HOME in /etc/environment Is it because of different version in JAVA_HOME I got the error? I try to change the JAVA_HOME path to other ver…