tschuchort
12/21/2018, 4:29 PMK2JVMCompiler
) and noticed that I can compile files using the java.*
packages even if the option -no-jdk
is used. How can that happen? Surprisingly it works if the host project JDK is version 9 but not with version 8, even though it shouldn't make a difference since the compiler doesn't have access to the host process' classpath (and doesn't log loading any jdk modules as it normally would)Alexey Belkov [JB]
12/24/2018, 3:32 PMtschuchort
12/25/2018, 5:11 PM