brailsmt

Results 4 comments of brailsmt

#599 seems focused on the permissions of the directory. This issue is unrelated to permissions issues. It stems from the fact that the cookbook checks for the existence of `/usr/lib/jvm/java-8-adoptopenjdk-hotspot`,...

@bkonick We worked around this issue by modifying `java_home` in our recipe prior to calling the java resource. We changed it include the java version like this: ```ruby jdk_install_base_dir =...

This is a limitation of the `archive_file` resource, and is a regression from previous versions of the java cookbook.

@bkonick The `jdk_version` can be seen in the path that I mentioned. It is `jdk8u232-b09` and is derived from the URL where the jdk is downloaded. In our case, it...