Instructions for the Dailymotion Command-Line Sample
Browse Online
Checkout Instructions
Prerequisites: install Java 6, Mercurial and Maven. You may need to set
your JAVA_HOME
.
cd [someDirectory]
git clone https://github.com/googleapis/google-http-java-client
cd google-http-java-client-samples/dailymotion-simple-cmdline-sample
mvn compile
mvn -q exec:java
Setup Project in Eclipse 3.5/3.6
Prerequisites: install Eclipse,
the Mercurial plugin, and the Maven
plugin.
- Setup Eclipse Preferences
- Window > Preferences... (or on Mac, Eclipse > Preferences...)
- Select Maven
- check on "Download Artifact Sources"
- check on "Download Artifact JavaDoc"
- Import
dailymotion-simple-cmdline-sample
project
- File > Import...
- Select "General > Existing Project into Workspace" and click
"Next"
- Click "Browse" next to "Select root directory", find
[someDirectory]/google-http-java-client-samples/dailymotion-simple-cmdline-sample
and click "Next"
- Click "Finish"
- Run
- Right-click on project dailymotion-simple-cmdline-sample
- Run As > Java Application
- If asked, type "DailyMotionSample" and click OK
- To enabled logging:
- Run > Run Configurations...
- Click on "Java Application > DailyMotionSample"
- VM arguments:
-Djava.util.logging.config.file=${project_loc}/logging.properties
- Click "Run"