Skip to content

Instantly share code, notes, and snippets.

@ryenus
Created August 11, 2019 15:50
Show Gist options
  • Save ryenus/1b5e871bc99bbd6c3c0ab510a9f6bbff to your computer and use it in GitHub Desktop.
Save ryenus/1b5e871bc99bbd6c3c0ab510a9f6bbff to your computer and use it in GitHub Desktop.
docker amazoncorretto:11 and jsvc 1.0.3
# In the docker image amazoncorretto:11, with `yum install jsvc` we get jsvc 1.0.3
# But jsvc 1.0.3 does NOT support Java 9+
# Fortunately there's a workaround
sudo ln -s /usr/lib/jvm/java/lib/ /usr/lib/jvm/java/lib/amd64
@ryenus
Copy link
Author

ryenus commented Aug 11, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment