Create CodeQL database directly from Java source code without compiling
If there is only Jar package, you need to decompile to get the java source code
unzip your.jar
python3 class2java.py dirgenerate database for java source code
python3 run.py dbname javaSourceDir