I am running into errors such as the following:
Exception in thread "Thread-1" java.lang.IncompatibleClassChangeError: Found class com.sun.image.codec.jpeg.JPEGImageEncoder, but interface was expected
I have built my JAR's using Sun JDK and I am running on OpenJDK. I am kind of stuck with this environment.
Is there an easy way around this? Do I have to compile and run the code on OpenJDK?