Closed auadams closed 2 years ago
It seems that the java compiler doesn't work because it can't load files. the fix i found was to modify the docker file.
From ADD utility_java utility
To ADD utility_java utility_java
Also a mention you might want to consider using a more updated jdk than jdk11. using openjdk seems to work fine
Hello, thank you for opening this issue, I updated the Dockerfile. I'll look at the version of jdk.
It seems that the java compiler doesn't work because it can't load files. the fix i found was to modify the docker file.
From ADD utility_java utility
To ADD utility_java utility_java