B4XDev Member Licensed User Oct 20, 2022 #1 Is it possible to configure one project to use Java 11 and another to use Java 14? Or do I need to manually set the global javac.exe path when I need to switch Java versions?
Is it possible to configure one project to use Java 11 and another to use Java 14? Or do I need to manually set the global javac.exe path when I need to switch Java versions?
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2022 #2 Yes. No. Use #JavaCompilerPath to set the project specific java compiler: https://www.b4x.com/android/forum/threads/b4j-v8-80-has-been-released-🍾.125536/#content Upvote 0
Yes. No. Use #JavaCompilerPath to set the project specific java compiler: https://www.b4x.com/android/forum/threads/b4j-v8-80-has-been-released-🍾.125536/#content