Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Which java version should I pick to build QuickBuild 15 source code? #4701

JerryLee ·

Hi,
Since I have plan to upgrade QuickBuild from 11 to 15, I started to build QuickBuild 15 source code on my Ubuntu.
I tried to build with 'openjdk-21 (Java 21)' but I got an error which is related to 'xmltask' library.
Even I solved the problem, 'javadoc' related issues are still remained.
So I turned off 'javadoc' in 'build.xml' then finally succeeded.
However, the build with 'openjdk-11 (Java 11)' is fine with original source code.

So, I would like to know which Java version had been picked for your compilation test.
Please let me know which Java version should I pick to build QuickBuild 15 source code.

One more question.
Is it okay to run binary which compiled with 'Java 11' on 'Java 21'?

  • replies 1
  • views 20
  • stars 0
robinshen ADMIN ·

It requires exactly Java 11.