I am using sdkman to manage my sdk's including java
The extension does not seem to acknowledge my java sdk, even though the sdk should be present
`sdk current java
Using java version 8.0.212-zulu
echo $JAVA_HOME
/home/USER/.sdkman/candidates/java/current
ls /home/USER/.sdkman/candidates/java/current
ASSEMBLY_EXCEPTION
DISCLAIMER LICENSE
sample
bin
include
man
src.zip
CLASSPATH_EXCEPTION_NOTE
jre
readme.txt
THIRD_PARTY_README
demo
lib
release
Welcome.html
`
What does it look for?
[attach a sample project reproducing the error]
[attach logs](https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#enable-logging)
Did you install vscode with flatpack?
I installed vscode using the "Ubuntu software" GUI - i am not sure if that is using flatpack under the hood
try to set "java.home":"/home/USER/.sdkman/candidates/java/current" in vscode's settings.json
Yes, that worked
Funny that vscode does not pick up the $JAVA_HOME - is that because its a "sandboxed" installation?
most likely yes
someone found a solution? :(
Most helpful comment
try to set "java.home":"/home/USER/.sdkman/candidates/java/current" in vscode's settings.json