Y
Hacker News
new
|
ask
|
show
|
jobs
by
qcnguy
254 days ago
Java runtimes is just: export JAVA_HOME=/path; ./app.sh
1 comments
procaryote
253 days ago
But the java runtime needs to be at /path then, and it needs to stay there as long as ./app.sh needs it. And when app2.sh needs a different version you need that to be at /path2
link