You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# ArcGIS Runtime Java SDK Samples
2
-
### Quartz Beta 2
2
+
### 100.0.0
3
3
This project includes a set of samples demonstrating how to accomplish various mapping and GIS tasks with the ArcGIS Runtime SDK for Java.
4
4
5
5
These samples are built with Gradle. If you want to learn more about Gradle, learn more from [Gradle's guide](https://docs.gradle.org/current/userguide/userguide.html). The samples project has a Gradle multi-project structure.
6
6
7
-
This guide has instructions for running samples using the command line or with the Eclipse and IntelliJ IDEA IDEs.
7
+
This guide has instructions for running samples using the command line or with Eclipse and IntelliJ IDEA.
8
8
9
9
For developers new to Git, please see the wiki page for how to [clone this repository](https://github.com/Esri/arcgis-runtime-samples-java/wiki/working-with-git).
10
10
@@ -21,7 +21,7 @@ On Windows
21
21
> gradlew.bat run -PmainClass="com.esri.samples.scene.display_scene.DisplaySceneSample"
22
22
```
23
23
24
-
If no `mainClass` property is supplied, the default sample (set in the buildscript) will be run.
24
+
If no `mainClass` property is supplied, the default sample (set in the `build.gradle` file) will be run.
25
25
26
26
There is no need to install Gradle to run the samples.
27
27
@@ -30,8 +30,6 @@ The plugin provides the project with everything an ArcGIS runtime project needs
30
30
arcgis api as a dependency and downloads the native libraries into `$USER_HOME/.arcgis`. This download occurs
31
31
automatically the first time you build the project and is only performed once.
32
32
33
-
You can see the open source plugin and learn more about it on [github](https://github.com/ArcGIS/gradle-arcgis-java-plugin).
34
-
35
33
## Offline sample data
36
34
Some samples require offline data. A `samples-data` directory will automatically download to the project root the
0 commit comments