Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sample/client/EDAMDemo.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
Evernote API sample code, structured as a simple command line
application that demonstrates several API calls.

To compile (Unix):
javac -classpath ../../target/evernote-api-*.jar EDAMDemo.java

To run:
java -classpath ../../target/evernote-api-*.jar EDAMDemo
Full documentation of the Evernote API can be found at
java -classpath .:../../target/evernote-api-*.jar EDAMDemo

Full documentation of the Evernote API can be found at
http://dev.evernote.com/documentation/cloud/
*/

Expand Down