I am using InMemoryJavaCompiler in my implementation and am encountering the error “cannot find symbol: class myClass.” This issue occurs only when running the application using -jar myapplication.jar on JDK 21. The class packages are being loaded correctly, and I have verified through the class loader that the required class packages are present in the defined packages.