Solved Where is openjdk installed?

Hi there,

I am using an extension for VSCode that requires java as it states:

xml-errors.png


I installed openjdk17-jre but the software it is located where the software expects to find it (Linuxism...) and I don't find it either…

Thanks! ?
 
Actually java is already installed... ?‍♂️

EDIT:

I don't know if openjdk is installed by default:

Code:
java -version
openjdk version "11.0.20" 2023-07-18
OpenJDK Runtime Environment (build 11.0.20+8-1)
OpenJDK 64-Bit Server VM (build 11.0.20+8-1, mixed mode)

However the executable java is located here:
Code:
ls /usr/local/openjdk11/bin/
jaotc*       java*        javap*       jdb*         jfr*         jinfo*       jmap*        jrunscript*  jstat*       pack200*     rmiregistry*
jar*         javac*       jcmd*        jdeprscan*   jhsdb*       jjs*         jmod*        jshell*      jstatd*      rmic*        serialver*
jarsigner*   javadoc*     jconsole*    jdeps*       jimage*      jlink*       jps*         jstack*      keytool*     rmid*        unpack200*

Sorry to bother with these pebcak issues... ?‍♂️
 
Back
Top