Harsh4902 / modbat-JPF

repo for docker image of Modbat-JPF integration
0 stars 0 forks source link

`ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-a??64` is not working #2

Closed Harsh4902 closed 1 week ago

Harsh4902 commented 1 week ago
ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-11-openjdk-a??64

Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.

Getting this error while running gradle commands

Harsh4902 commented 1 week ago

@cyrille-artho @pparizek I have used another command to get the JAVA_HOME can you please check it?

cyrille-artho commented 1 week ago

I see you have already figured this out: Within Gradle, wildcards are not interpreted; within the shell, they are. Unfortunately, the computer I use with Docker has run out of disk space, so I cannot test the new variant right now.

Harsh4902 commented 1 week ago

@cyrille-artho No problem, I have checked it. Also, I want to inform that I have tested this on amd based machine. jpf-nhandler's tests are failing on that machine, so I am figuring out that.