I am trying to run the
java 1.7 compiled code on java 1.11. I am getting the errors like below:
Caused by: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.util.ArraysSupport
at java.base/java.util.Arrays.equals(Arrays.java:2873)
at com.ibm.mq.exits.MQCD.equals(MQCD.java:895)
at com.ibm.mq.jmqi.remote.impl.RemoteConnectionSpecification.equals(RemoteConnectionSpecification.java:176)
Could you please help me with this error. I am surprised that the ArraysSupport is from java.base only. so should be recongnised as java.uti.Arrays is also recongnised.
Regards,