Y
Hacker News
new
|
ask
|
show
|
jobs
by
dagw
3328 days ago
Running multiple specific version of the JDK is kind of a pain. So if you are working on projects targeting specific versions of the JDK then isolating each on in its own container isn't the dumbest thing to do.
1 comments
currywurst
3328 days ago
But initializing the JAVA_HOME and related env variables before launching your java process should help, right?
link
madeofpalk
3328 days ago
Or, just use Docker to capture all of that :)
link