Hi, I went through the Getting Started installation guide at https://confluence.atlassian.com/crowd/installing-crowd-and-crowdid-191862.html and I'm stuck with this:
C:\Crowd>start_crowd.bat
To run Crowd in the foreground, start the server with start_crowd.bat /fg
The JRE_HOME environment variable is not defined correctly
This environment variable is needed to run this program
I have Java SE Development Kit 8 Update 172 (64-bit) no JRE.
My {CROWD_INSTALL} is at C:\Crowd
My Crowd Home is at C:\Crowd_data
My crowd-init.properties setting is crowd.home=c:/Crowd_data
I've also renamed the files to the 64bit files.
Here's my Environment variables looks like:
I tried everything from here, adding JRE_HOME, in Path variable that are suggested in the community forum and all still no luck.
and when I tried to start the bat file under step
it throws the error above.
Hope someone can shed some light.
Hi, Neil.
With reference to a question that was asked before - Crowd is not starting, let us look at the answer provided by Ann Worley which refers to the requirement of Crowd:
the JAVA_HOME variable has to point to a full JDK, we shouldn't be using JRE_HOME:
It is not enough to have the JRE only. Please ensure that you have the full JDK. You can download the Java SE Development Kit (JDK) from the Oracle website.
Once the JDK is installed, you will need to set the JAVA_HOME environment variable, pointing to the root directory of the JDK. Some JDK installers set this automatically (check by typing 'echo %JAVA_HOME%' in a DOS prompt, or 'echo $JAVA_HOME' in a shell). If it is not set, please see Setting JAVA_HOME.
Can you please give this a try and let me know if it works for you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Neil.
Excellent. Please let me know if you have any other concerns and I will be happy to help. Else, please accept the answer provided as the solution. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.