how to find main file

Forum for development in the Java programming language.

how to find main file

Postby deepesh.kumar » 30 May 2014, 08:34

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 .
deepesh.kumar
 
Posts: 4
Joined: 07 Mar 2014, 11:52

Re: how to find main file

Postby Anders » 31 May 2014, 08:43

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


Return to Java