Requesting supported JAR for Java8 #281
Replies: 5 comments 4 replies
-
I've received a few request for this over the last two years. To date I've been hesitant to migrate back to Java8 as it is near end of life. I'll take a look at what the change set looks like for Java 8 and get back to you. |
Beta Was this translation helpful? Give feedback.
-
I suspect this question might be related to #282 but |
Beta Was this translation helpful? Give feedback.
-
Hello. |
Beta Was this translation helpful? Give feedback.
-
Now I'm using icepdf 7.1.2 in production. I write some replacement for very usefulness method from java 11. We need also last version of apache pdfbox. |
Beta Was this translation helpful? Give feedback.
-
Be great if you could post a PR so the work could be pulled back into the master branch. |
Beta Was this translation helpful? Give feedback.
-
Team,
Our platform still uses Java8 i.e all our classes are compiled on jdk8 and the Jar icepdf 7.0.2 seems to be compiled using java11. We are unable to use this as during runtime we get this error:
java.lang.UnsupportedClassVersionError: org/icepdf/core/pobjects/Document has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Can someone suggest if there is a version of icepdf that is compatible with java8?
Beta Was this translation helpful? Give feedback.
All reactions