Q: How to switch Java version on Linux when multiple versions are installed using the alternatives command?
I have two Java versions installed on Linux. How can I switch between them using the alternatives command?
Anonymous Answered question
I have two Java versions installed on Linux. How can I switch between them using the alternatives command?
That’s a good solution. But if we don’t want both we can just install the new one and remove old one.
Recent Blog