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: documentation-samples/quickstarts/Face/FaceQuickstart.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,19 @@
7
7
importjava.net.*;
8
8
9
9
/**
10
-
* Libraries needed: use these until the Face SDK is updated: see dependencies.txt for list of libraries
10
+
* Libraries needed (use these until the Face SDK is updated):
11
+
* see dependencies.txt for list of libraries, include these .jar files in your lib folder.
11
12
* To compile and run, enter the following at a command prompt:
12
-
* javac FindSimilar.java -cp .;lib\*
13
-
* java -cp .;lib\* FindSimilar
14
-
* This presumes your libraries are stored in a folder named "lib" in the same folder as MainClass.java. If not, adjust the -cp value accordingly.
13
+
* javac FaceQuickstart.java -cp .;lib\*
14
+
* java -cp .;lib\* FaceQuickstart
15
+
* This presumes your libraries are stored in a folder named "lib" in the same folder as MainClass.java.
16
+
* If not, adjust the -cp value accordingly.
15
17
*
16
-
* Note If you run this sample with JRE 9+, you may encounter the following issue: https://github.com/Azure/autorest-clientruntime-for-java/issues/569 which results in the following output:
18
+
* Note If you run this sample with JRE 9+, you may encounter the following issue:
19
+
* https://github.com/Azure/autorest-clientruntime-for-java/issues/569 which results in the following output:
17
20
* WARNING: An illegal reflective access operation has occurred ... (plus several more warnings)
18
21
*
19
-
* This should not prevent the sample from running correctly.
22
+
* This should not prevent the sample from running correctly, so ignore it.
0 commit comments