...
- Add JAVA_HOME or JRE_Home as a system Environment Variable and PATH Environment Variable with the appropriate values. Here are the steps:
- Right-click the My Computer icon on your desktop and select 'Properties'.
- Click the 'Advanced' tab. For Windows 7, it will be an Advanced system settings icon..
- Click the 'Environment Variables' button.
- Under 'System Variables', click 'New'.
- If you are using the Java Development Kit
- Enter the variable name as JAVA_HOME
- Set the variable value for JAVA_HOME to the installation directory of your JDK, for example, c:\Program Files\Java\jdk1.7.0_09. Click 'OK'.
- If you are using the Java Runtime Environment
- Enter the variable name as JRE_HOME
- Set the variable value for JRE_HOME to the installation directory of your JRE, for example, C:\Program Files\Java\jre7. Click 'OK'.
- If you are using the Java Development Kit
e. Locate the PATH Environment Variable. Click the Edit button and append ;%JAVA_HOME%\bin or %JRE_HOME%\bin to the end of path.
f. Click 'OK'.
...
4. Find the Services list for your operating system. The service should be listed. Start the Service.
Warning |
---|
Make sure that the name of the directory where you installed does not have any spaces in it. |
...
- Navigate to the directory where the batch files are located: usually <frevvo-home>.
- Right click the Install-Service batch file and select Run As Administrator. Execute the batch file. The service will be called frevvoforms but the display name can be changed when you run the Configure-Service Batch file.
4. Right click the Configure-Service batch file and select Run as Administrator. Execute the file.
5. A properties panel will display. Click on the Startup tab. Modify the service properties to change the Startup mode from jvm to Java. Click 'OK'.
6. Click on the Shutdown tab. Modify the service properties to change the Shutdown mode from jvm to Java. Click 'OK'.
7. Now try to start the service. Check the frevvoforms-stderr.YYYY-MM-DD,log, frevvoforms-stdout.YYYY-MM-DD.log, common-daemon.YYYY-MM-DD.log files located in <frevvo-home>/tomcat/logs and the Windows System Event log if the service does not start. See below for some troubleshooting tips.
...
If you see the error message shown when starting the service on an x64 install, make sure the Startup/Shutdown mode was changed from jvm to java. See above for the details.
Windows Binaries
...