Page 1 of 1

activating GazaManager

PostPosted: 09 Feb 2016, 14:31
by ashish.bhatavdekar
I am using eyetribe-java-0.9.60.jar for the development

to activate the GazeManager, following code was specified:

final GazeManager gm=GazeManager.getInstance();
boolean success = gm.activate(GazeManager.ApiVersion.VERSION_1_0, GazeManager.ClientMode.PUSH);

but I am getting the following error
Exception in thread "main" java.lang.NoSuchMethodError: com.theeyetribe.clientsdk.GazeManager.activate(Lcom/theeyetribe/clientsdk/GazeManagerCore$ApiVersion;Lcom/theeyetribe/clientsdk/GazeManagerCore$ClientMode;)Z
at Demo.main(Demo.java:17)


How can I resolve it?

Re: activating GazaManager

PostPosted: 16 Feb 2016, 15:00
by Anders
Please supply additional information or source code. What is your target platform? What version of Java are you using? What IDE are you using?

Also, could you try to re-download the JAR from the releases section? That original file was corrupt and was updated/replaced the 6th of February.

Re: activating GazaManager

PostPosted: 17 Feb 2016, 08:17
by ashish.bhatavdekar
I got an another code. Its working now.
Thanks Anders.