🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
SolAdmin worked fine for years but after an upgrade I’m getting the error “cannot find javaw”.
As of version 8.17, SolAdmin no longer comes bundled with a Java Runtime Environment. Please ensure Java 8 (1.8) or later is installed on the platform where SolAdmin will run.
The specific error indicates that "javaw.exe" is not in the system PATH environment variable. Please follow below steps to add the path to java to the system PATH in Windows:
- Navigate to Control Panel -> System.
- Click "Advanced system settings" on the left panel to bring up "System Properties" window
- Click "Environment Variables" to bring up the "Environment Variables"
window. - Select system variables "Path" and click Edit.
- In the "Edit environment variable" window, add the path to the java installation directory
Once the java directory is added to the system PATH environment variable, please verify whether java binary can be found from a command prompt: java -version
It should show the java version.
Once this is verified, please try to launch SolAdmin again.