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. >
