Situation:
This patch worked fine on my single node in my dev environment, but it fails on both clustered nodes with the error “java is not recognized as an internal or external command.” These are all windows machines.
I also can’t run java –version from a command prompt. Typically you would need to edit the path to be able to run the version from the command prompt.
Cause: The Java path set within the environment is in correct
Solution:
Define the java path as explained here
Comments
0 comments
Article is closed for comments.