thanks it works. does it means 1.7 is not back compatible for 1.6?
On Thu, Jan 16, 2014 at 10:12 PM, Camille Fournier <[email protected]> wrote: > Yeah I've seen this problem for a while. I think that I switched my eclipse > VM back to jdk 1.6 and it helped. > > C > > > On Thu, Jan 16, 2014 at 7:07 AM, Li Li <[email protected]> wrote: > >> I downloaded zookeeper source code of 3.4.5 and use ant to build it >> successfully >> Then I use ant eclipse to generate metadata for eclispe and then import it >> but eclipse compile errors: >> in AuthFastLeaderElection >> Line 115: switch (type) { >> >> it says Cannot switch on a value of type >> AuthFastLeaderElection.ToSend.mType. Only convertible int values, >> strings or enum variables are permitted >> >> I am using jdk 1.7.0_update 45 in eclipse and os is unbuntu. >>
