Getting java.lang.reflect.InvocationTargetException when running on Linux machine #805
Answered
by
pds-ops
jordanpadams
asked this question in
Q&A
-
Any idea what is happening here? |
Beta Was this translation helpful? Give feedback.
Answered by
pds-ops
Dec 20, 2023
Replies: 2 comments
-
This is most likely a Java version error. From the command-line try this:
See the Installation instructions for the Java Runtime Environment for details on the expected version of Java that should appear when running the above command. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pds-ops
-
Thanks for the tips once I installed JDK (https://jdk.java.net/) and setup my JAVA_HOME environment I am good. I assumed JAVA (jdk) came bundled with validate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is most likely a Java version error. From the command-line try this:
See the Installation instructions for the Java Runtime Environment for details on the expected version of Java that should appear when running the above command.