Compiling Ignite against different JDKs

2016-02-11 Thread Dood
Hello all, I am working on a ticket that is not very difficult, if you are good with Idea, Java, Maven etc. I have been a developer in various languages but new to Java ;). I had JDK8 installed and I introduced some changes to the code base that cause it to not compile (apparently) against

Re: Compiling Ignite against different JDKs

2016-02-11 Thread Valentin Kulichenko
Hi, Most likely you have 'java8' profile enabled. Go to Maven Projects->Profiles and remove the corresponding checkbox. -Val On Thu, Feb 11, 2016 at 6:35 AM, Dood@ODDO wrote: > Hello all, > > I am working on a ticket that is not very difficult, if you are good with >