AEM 6.5 and Java Versions (1.8 vs 11)
We currently run AEM under Java 1.8 but are developing a new codebase using an archetype requiring Java 11 to build the project.
Our other site codebases are built (and run in AEM) using Java 1.8.
Our new code base is built using Java 11 but I believe uses a config that targets Java 1.8, so as to be compatible with AEM running under Java 1.8.
Is it possible to run AEM 6.5 under Java 1.8 and run code built with Java 11, alongside other site code built using Java 1.8?
Is it possible to run AEM 6.5 under Java 1.8 and then switch to running it under Java 11?
Thanks for any info.