From 4e9cd12c292e59ad2640b7279285ce4a6d77a3f4 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Tue, 7 May 2013 21:19:26 +0200 Subject: [PATCH] Mention usb-api.jar in quickstart --- src/site/apt/quickstart.apt.vm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/apt/quickstart.apt.vm b/src/site/apt/quickstart.apt.vm index 31adb1e..5e2cac0 100644 --- a/src/site/apt/quickstart.apt.vm +++ b/src/site/apt/quickstart.apt.vm @@ -11,7 +11,8 @@ Installation If you are using the high-level API then you also need the which can be downloaded from the {{{http://javax-usb.sourceforge.net/}javax.usb project site}}. - This JAR must also be copied into your class path. + This JAR (Which is also included in the usb4java distribution tarball/zip + as ) must also be copied into your class path. Another dependency needed since version 1.0.0 is {{{http://commons.apache.org/proper/commons-lang/}commons-lang v3}}.