Skip to content

Commit

Permalink
aisingapore#589 - readme update to use Corretto OpenJDK
Browse files Browse the repository at this point in the history
See aisingapore#589 for details. Rationale is Java JDK from Oracle will no longer be free for commercial use and must be paid for commercial usage.
  • Loading branch information
kensoh committed Nov 2, 2019
1 parent b03f0d5 commit 27fb9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.co
Click to show how to download and check for Java, how to use visual automation & OCR, and a demo video
</summary>

1. Check that [Java JDK (64-bit)](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed (entering `java -version` returns your Java version)
1. Check that [Java JDK (64-bit)](https://aws.amazon.com/corretto) is installed (entering `java -version` returns your Java version)
2. After Java is installed, you will have to restart your command prompt or terminal to use it
3. On Windows, set display magnification to recommended %, if it doesn't work then 100%
4. On Windows, if TagUI just hangs there, see if it's due to [this issue and try the solution](https://github.com/kelaberetiv/TagUI/issues/229)
Expand Down
2 changes: 1 addition & 1 deletion src/media/RPA Workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ live|try steps or code interactively for Chrome / visual automation|enter live m
### VISUAL AUTOMATION
TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.com) to allow visually identifying the web elements and desktop UI (user interface) elements for interaction by providing their images or (x,y) coordinates. Applicable steps are click, hover, type, select, read, show, save, snap, keyboard, mouse. To use visual automation, Java JDK v8 (64-bit) or later is needed.

1. Check that [Java JDK (64-bit)](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed (entering `java -version` returns your Java version)
1. Check that [Java JDK (64-bit)](https://aws.amazon.com/corretto) is installed (entering `java -version` returns your Java version)
2. After Java is installed, you will have to restart your command prompt or terminal to use it
3. On Windows, set display magnification to recommended %, if it doesn't work then 100%
4. On Windows, if TagUI just hangs there, see if it's due to [this issue and try the solution](https://github.com/kelaberetiv/TagUI/issues/229)
Expand Down

0 comments on commit 27fb9fd

Please sign in to comment.