I created a service on glass in a window, but could not start the service. I checked the domain service error log and received the following errors:
Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion'
has value '1.8', but '1.7' is required.
could not find java.dll
Could not find Java SE Runtime Environment.
I upgraded from Java 7 to Java 8 and after the service update was not started. How can I solve this problem?
source
share