heads up I am new here, so please have mercy and take it easy on me.
so I recently moved to Ubuntu and am having trouble setting up VS Code. For the pass few years I have been getting away with using repl .it, so I never had to set up an IDE before, much less in a Linux distro
I've installed the following extensions and my jdk; Code Runner, Debugger for Java, Language Support for Java(TM) by Red Hat, and Image of open jdk
I thought all I needed was to install these extensions and open jdk, but when I tried to run a hello world in java I receive the following output
[Running] cd "/home/santiago/" && javac hello.java && java hello /bin/sh: 1: javac: not found
[Done] exited with code=127 in 0.011 seconds
Can someone help me, please?