Home  >  Q&A  >  body text

java - 在商业项目中使用JDK?

ringa_leeringa_lee2761 days ago932

reply all(2)I'll reply

  • 巴扎黑

    巴扎黑2017-04-17 13:07:35

    As far as I understand it, jre/jdk can be distributed. Refer to the official website Q&A: https://www.java.com/en/download/faq/distribution.xml

    reply
    0
  • PHPz

    PHPz2017-04-17 13:07:35

    JDK should be free, but not open source. I haven't looked closely at Oracle's official license, but it doesn't seem to prohibit you from using JDK to develop your own company's commercial software. Even if commercial software linked to the GPL library under the GPL agreement must be open source, the LGPL clearly supports the development of software based on open source libraries. Oracle's official agreement discusses more about whether you can include JDK in the software you publish, and the issue of declaring the copyright of JDK.

    reply
    0
  • Cancelreply