1 Answer
- Newest
- Most votes
- Most comments
0
Hi:
In your yaml file, use the following to switch to JDK8 prior to executing your Appium Java tests:
- export JAVA_HOME=
/usr/libexec/java_home -v 1.8 - java -version
Let me know if you need anything else.
Andy
answered 5 years ago
Relevant content
- asked 6 years ago
- AWS OFFICIALUpdated 2 years ago
