Repository: incubator-edgent-website Updated Branches: refs/heads/master ad4e6e86c -> bfa4d7c81
[EDGENT-364] Update Eclipse build path instructions Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/bfa4d7c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/bfa4d7c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/bfa4d7c8 Branch: refs/heads/master Commit: bfa4d7c81810d8f6a09904781b1b9610ce613831 Parents: c7ffa2e Author: Queenie Ma <queeniema.apa...@gmail.com> Authored: Mon Jan 16 18:12:58 2017 -0800 Committer: Queenie Ma <queeniema.apa...@gmail.com> Committed: Mon Jan 23 10:35:15 2017 -0800 ---------------------------------------------------------------------- site/docs/edgent-getting-started.md | 11 ++++++++++- site/docs/images/Build_Path_JARs.jpg | Bin 199143 -> 87322 bytes 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/bfa4d7c8/site/docs/edgent-getting-started.md ---------------------------------------------------------------------- diff --git a/site/docs/edgent-getting-started.md b/site/docs/edgent-getting-started.md index 5a92068..0e6e9d9 100644 --- a/site/docs/edgent-getting-started.md +++ b/site/docs/edgent-getting-started.md @@ -51,7 +51,16 @@ Ensure that you are running a supported environment. For more information, see t <img src="images/New_Java_Project.jpg"> -2. Add all of the JAR files in the `java8\lib` directory to the project's build path: +2. Include one or more Edgent JARs in your project's build path depending on what features your application uses: + 1. Include one or more of the topology providers: + * `java8/lib/edgent.providers.development.jar` (if using the [DevelopmentProvider]({{ site.docsurl }}/org/apache/{{ site.data.project.unix_name }}/providers/development/DevelopmentProvider.html)) + * `java8/lib/edgent.providers.direct.jar`(if using the [DirectProvider]({{ site.docsurl }}/org/apache/{{ site.data.project.unix_name }}/providers/direct/DirectProvider.html)) + * `java8/lib/edgent.providers.iot.jar` (if using the [IotProvider]({{ site.docsurl }}/org/apache/{{ site.data.project.unix_name }}/providers/iot/IotProvider.html)) + 2. Include the JARs for any Edgent connectors or analytic features you use in `java8/connectors` and `java8/analytics`, respectively + 3. Include the JARs for any Edgent utility features you use: + * `java8/utils/metrics/lib/edgent.utils.metrics.jar` (for the [org.apache.edgent.metrics]({{ site.docsurl }}/org/apache/{{ site.data.project.unix_name }}/metrics/package-summary.html) package) + * `java8/utils/streamscope/lib/edgent.utils.streamscope.jar` (for the [org.apache.edgent.streamscope]({{ site.docsurl }}/org/apache/{{ site.data.project.unix_name }}/streamscope/package-summary.html) package) + 4. Include the JAR for the [java.util.logging](https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html) framework for [SLF4J](https://www.slf4j.org/): `java8/ext/slf4j-jdk14-X.X.X.jar` <img src="images/Build_Path_JARs.jpg"> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/bfa4d7c8/site/docs/images/Build_Path_JARs.jpg ---------------------------------------------------------------------- diff --git a/site/docs/images/Build_Path_JARs.jpg b/site/docs/images/Build_Path_JARs.jpg index 3fb26a1..f7c1619 100644 Binary files a/site/docs/images/Build_Path_JARs.jpg and b/site/docs/images/Build_Path_JARs.jpg differ