...
- Add JAVA_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'.
- 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'.
g. Locate the PATH Environment Variable. Click the Edit button and append %JAVA_HOME%\bin to the end of path.
...
i Click 'Apply' and then 'OK' to exit.
2. Navigate to the directory where the batch files are located: usually <frevvo-home>. Execute the Install-Service batch file by double clicking on it.
3. Double-click the Configure-Service batch file. You can change the name of the service from frevvoforms to whatever you wish on the configuration screen that displays. EX: Frevvo Live Forms
4. Right click the My Computer icon. Select Manage, Services and Applications, Services. The service should be listed.
Install as a service on Windows (x64)
...
- 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
...