Skip to content

Commit 7b629c0

Browse files
authored
Updated run instruction
1 parent f185fe1 commit 7b629c0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

documentation-samples/quickstarts/Face/FaceQuickstart.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@
77
import java.net.*;
88

99
/**
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.
1112
* 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.
1517
*
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:
1720
* WARNING: An illegal reflective access operation has occurred ... (plus several more warnings)
1821
*
19-
* This should not prevent the sample from running correctly.
22+
* This should not prevent the sample from running correctly, so ignore it.
2023
*/
2124

2225
public class FaceQuickstart {

0 commit comments

Comments
 (0)