I am trying to run a java application, but its saying javac not found. When I did install java by using the following command:
sudo apt install openjdk-11-jre-headless
It's in my path as I can run java command fine. I'm not sure why it isn't seeing the javac command. What am I missing after installing openjdk-11 java ?
