I am new to eclipse theia IDE.I created theia as docker image. I ran docker image with java project workspace.
I am not able to compile and run Java projects. My doubt is I added Java related vs code plugins mentioned in https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack
But still my java or spring boot projects are not able to compile & run.
My question is Eventhough we already installed vscode java extentions and still we need to install jdk, maven manually or not.
Any suggestions or samples are much appreciated