Trabla: starting eXo platform via start_eXo.bat
- error in cmd:
Neither the JAVA_HOME nor the JRE_HOME environment variable is definedAt least one of these environment variable is needed to run this program
Solving:
To fix this error we need to create new environment variable
with name JRE_HOME
and value - path to JRE - java runtime environment
1. Open Control Panel -> System
2. Click "Advance system settings"
then click "Environment Variables"
then click "New"
3. Create new environment variable
JRE_HOME with value - path to JRE - java runtime environment
( e.g. on pc - C:\Program Files\Java\jre1.8.0_92 ) and press ok
ATTENTION: if you have opened windows command promt ( cmd )
- you should restart it to new environment variable take effect !!!
No comments:
Post a Comment