FROM amazonlinux:latest ... ##Installing java RUN yum install java-1.8.0-openjdk-devel -y && RUN amazon-linux-extras install java-openjdk11 causes the error: => ERROR [17/47] RUN yum install ...
Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast to java.math.BigInteger at org.scijava.ui.swing.widget.SpinnerNumberModelFactory.createModel (SpinnerNumberModelFactory.java:56 ...
Java versioning has never made a lot of sense. The last time it did was back in the late 1990s, when the first full increment product release, Java 1.0, carried the same version number as the ...