I am using this distro for past 30 days or more and I installed openjdk-8, openjdk-11, openjdk-17, scala and kotlin way back when I freshly installed it. But yesterday I had to use java and I don't find any java. Back then I didn't set a JAVA_HOME and java path things but it was still accessible and found on the system by doing things like java --version
, which openjdk-8
, etc. So today I removed them all, did eopkg autoremove them all, eopkg dc; and installed them again after a reboot. is that I should only install a single jdk? it's still not working. I tried looking for some executables such as jdk, java, openjdk in directories like java, jdk, openjdk in directories list in $PATH. but found nothing. Scala and Scalac are working but kotlin things are not, obviously because of java. idk why, I thought both shouldn't work.