-
Clone the project from GitHub:
git clone [email protected]:ExactTarget/fuel-java.git
-
Generate sources from the ExactTarget WSDL:
mvn generate-sources
-
Import project into Eclipse (optional):
File -> Import... -> Maven -> Existing Maven Projects
-
Build the jar file via the command line:
mvn -DskipTests package
-
Add the jar file and dependencies (Apache Commons BeanUtils, Apache log4j 1.x, and Google Gson) to your class path
-
Obtain a clientId and clientSecret from App Center (see https://code.exacttarget.com/getting-started/setting-your-development-environment) and place them in
fuelsdk.properties
usingsrc/main/resources/fuelsdk.properties
as a starting template