activating GazaManager

Forum for development in the Java programming language.

activating GazaManager

Postby ashish.bhatavdekar » 09 Feb 2016, 14:31

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?
ashish.bhatavdekar
 
Posts: 6
Joined: 01 Oct 2015, 06:44

Re: activating GazaManager

Postby Anders » 16 Feb 2016, 15:00

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.
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23

Re: activating GazaManager

Postby ashish.bhatavdekar » 17 Feb 2016, 08:17

I got an another code. Its working now.
Thanks Anders.
ashish.bhatavdekar
 
Posts: 6
Joined: 01 Oct 2015, 06:44


Return to Java



cron