← Back to context Comment by qcnguy 4 months ago Java runtimes is just: export JAVA_HOME=/path; ./app.sh 1 comment qcnguy Reply procaryote 4 months 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
procaryote 4 months 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
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