01-29-2021, 12:58 AM
(01-28-2021, 07:58 AM)sagher Wrote: i download the file. and paste it into /tmp folder . and give this command via ssh
and the output is :
Code: (Select All)Selecting previously unselected package jdk-15.0.2.
(Reading database ... 47584 files and directories currently installed.)
Preparing to unpack .../jdk-15.0.2_linux-x64_bin.deb ...
Unpacking jdk-15.0.2 (15.0.2-1) ...
Setting up jdk-15.0.2 (15.0.2-1) ...
Just in 10sec. is it all done ?
I went to search for a tutorial on running concurrent java versions. I don't recall exactly how to do it off hand, but I know I've seen tutorials before (I haven't used JAVA in many years).
Anyways, I stumbled upon SDKMAN, a CLI tool which is used for managing software development kits. Here is a tutorial for running concurrent versions of java using SDKMAN.
Perhaps if you have a chance to try it you can make a review for us.