Page 1 of 1

how to find main file

PostPosted: 30 May 2014, 08:34
by deepesh.kumar
I downloaded the java SDK from github repository and wanted to run that code...can you please how am able to run this project in java after importing it in eclips ID.I am facing this type of error

Error:
select any main file .

Re: how to find main file

PostPosted: 31 May 2014, 08:43
by Anders
The Java SDK you have downloaded is a library and not a runnable program. Therefore there is no main class or method. It is meant to ease to process of writing Java programs for the Eye Tribe Tracker.

To get started I advice you to have a look at the developer webpage http://dev.theeyetribe.com/java/. Hopefully that will give you the inspiration you need.

Let me know if you have other questions.

BR,
Anders