I have a program running that uses azure storage blobs. When it runs on a device that had java version 1.8.0_91 there is no error, but when it runs on a device that is java version 1.7.0_45, then it gives the following error
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.microsoft.azure.storage.core.Utility
Could this error be because com.microsoft.azure.storage.core.Utility is not supported in java 1.7 or could it be some other problem altogether.
Any input would be appreciated