Cross-Compilation Options: java -source -target
by Mallim1 min read
Introduction Notes to myself to unwrap my head about this crossover compilation thingy. Cross-Compilation Options Given JDK 8 when -source 1.8 -target 1.6 then Cannot work Given JDK 8 when -source 1.8 -target 1.7 then Cannot work Given JDK 8 when -source 1.6 -target 1.6 then ...