Hello!
Is it possible to make an image with openjdk-8, but JDK version (not JRE - as it's right now)?
It would be much more convenient for our project.
A little more about use case: our application Orienteer is based on OrientDB version 2 - which require Java 8. It's running on JRE, but from time to time we need to do more deeper analysis of running instance with the aid of jcmd and etc. But we can't do it on top of JRE version.
Hello! Is it possible to make an image with openjdk-8, but JDK version (not JRE - as it's right now)? It would be much more convenient for our project.
A little more about use case: our application Orienteer is based on OrientDB version 2 - which require Java 8. It's running on JRE, but from time to time we need to do more deeper analysis of running instance with the aid of
jcmd
and etc. But we can't do it on top of JRE version.