BewareMyPower commented on pull request #11285:
URL: https://github.com/apache/pulsar/pull/11285#issuecomment-947425907


   You can modify `pulsar-client-cpp/run-unit-tests.sh` line 26 from
   
   ```bash
   ./pulsar-test-service-start.sh
   ```
   
   to
   
   ```bash
   JAVA_HOME=/usr ./pulsar-test-service-start.sh 
   ```
   
   Then `bin/pulsar` would choose `/usr/bin/java` rather than the original 
`$JAVA_HOME/bin/java`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to