Java Client SDK for jdk 1.8 #329
Answered
by
rvowles
vinothank95
asked this question in
Q&A
Replies: 4 comments 9 replies
-
It is compiled with JDK 1.8 to support Android. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Let me correct that - the EventSource jersey client is compiled with Java 11. The core and android clients (and their dependent libraries) are all Java 8. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi there, could you confirm you followed this first up? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi there, you are trying to compile the code with a Java 8 JDK and that
won't work, it requires Java 11 to compile, even to generate code to Java 8
format.
However, I have done this for you and there is a 1.3 release of the
java-jersey SDK that is java8 compatible. Try swapping the version to 1.3
and let me know how you get on?
…On Fri, Apr 23, 2021 at 7:35 PM vinothank95 ***@***.***> wrote:
Hi, i did . but i need java-jersey client sdk compatible with jdk 1.8
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#329 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAANTWDMAVYER4CHSKL6HF3TKEPN7ANCNFSM43J6ES3A>
.
--
---
Richard Vowles,
Full stack - from Kubernetes, through Node & Java, Web and Mobile
development in Flutter - software developer for hire!
ph: +64275467747
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
IrinaSouth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is java SDK support jdk 1.8?
we are using jdk 1.8 for our project. Is it possible to compile client sdk with jdk 1.8?
Beta Was this translation helpful? Give feedback.
All reactions