prestodb / airlift

Airlift framework for building REST services
Apache License 2.0
1 stars 42 forks source link

Add prefix to java invocation in launcher script #67

Closed shrinidhijoshi closed 10 months ago

shrinidhijoshi commented 10 months ago

Currently, the launcher script invokes java binary directly. This makes it suscpetible to whichever java is installed on the system/PATH variable. We want to invoke it with a prefix (valeu of $JAVA_HOME) so that the caller can control which java version needs to be used