Re: Unable to build flink from source

2019-05-08 Thread Chesnay Schepler
You're likely using Java9+, but 1.3.3 only supports Java 8 (and maybe still 7). On 06/05/2019 03:20, syed wrote: Hi I am trying to build flink 1.3.3 from source using IntelliJ IDEA Ultimate 2019.1 IDE. When I build the project, I am receiving the following error *java package sun.misc does

Re: Unable to build flink from source

2019-05-06 Thread syed
I am already using jdk 1.8. I have searched a lot over internet regarding how to fix this issue, but did not get the solution. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Unable to build flink from source

2019-05-05 Thread Hai
I have met this error when I build with a wrong jdk version. May be you should change to a newly jdk version, maby jdk 1.8? Original Message Sender:syedms110400...@vu.edu.pk Recipient:useru...@flink.apache.org Date:Monday, May 6, 2019 09:20 Subject:Unable to build flink from source Hi I am

Unable to build flink from source

2019-05-05 Thread syed
Hi I am trying to build flink 1.3.3 from source using IntelliJ IDEA Ultimate 2019.1 IDE. When I build the project, I am receiving the following error *java package sun.misc does not exist* I am using the instruction to Importing Flink into an IDE available at this link