Unable To Start Java User Interface
book
Article ID: 116951
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
When attempting to start the Java User Interface, the following error is experienced:
<Please see attached file for image>
Environment
Any Java User Interface
Cause
Windows is unable to find the "javaw" command in its environment path.
Resolution
This can be resolved in two ways:
1) Set the PATH environment variable to include the full path to the Java release you'd like to utilize.
2) Fully qualify the path to java in the start command of the UCDJ.ini file. Example, replace the following:
cmd="javaw" -Xmx512m ...
With:
cmd="C:\Program Files (x86)\Java\jre7\bin\javaw" -Xmx512m ...
Attachments
1558694902096000116951_sktwi1f5rjvs16hxa.png
get_app
Feedback
thumb_up
Yes
thumb_down
No