Server

Hi there , I need to start TET server programmatically. how to achieve that. I have used
as given in theeyetribe's developers block. but it doesn't work.If i used to start server manually and run project than it works.
how to do that ?
thanx in advance.
sourabh bans
<sourabhbans007@gmail.com>
- Code: Select all
final GazeManager gm = GazeManager.getInstance();
System.out.println("GazeManager tracker state before : "+gm.getTrackerState());
boolean success = gm.activate(ApiVersion.VERSION_1_0, ClientMode.PUSH);
as given in theeyetribe's developers block. but it doesn't work.If i used to start server manually and run project than it works.
how to do that ?
thanx in advance.
sourabh bans
<sourabhbans007@gmail.com>